Enabling setuptools_scm

This commit is contained in:
Harrison Deng 2025-01-09 07:54:13 +00:00
parent b32a522e39
commit 59cb5230e8
2 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,8 @@ description = "A tool to rapidly fetch fetch MLST profiles given sequences for v
[project.scripts] [project.scripts]
automlst = "automlst.cli.program:run" automlst = "automlst.cli.program:run"
[tool.setuptools_scm]
[tool.pyright] [tool.pyright]
extraPaths = ["src"] extraPaths = ["src"]
exclude = [ exclude = [

View File

@ -3,4 +3,5 @@ biopython
pytest pytest
pytest-asyncio pytest-asyncio
build build
twine twine
setuptools_scm