Began preparing for conda deployment

This commit is contained in:
2025-01-17 21:31:38 +00:00
parent b89f24a3fa
commit fe797be34f
10 changed files with 819 additions and 25 deletions

View File

@@ -6,7 +6,12 @@ build-backend = "setuptools.build_meta"
name = "automlst.engine"
dynamic = ["version"]
readme = "README.md"
authors = [
{name = "Harrison Deng"},
]
maintainers = [
{name = "Harrison Deng"},
]
dependencies = [
"biopython",
"aiohttp[speedups]",