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]
automlst = "automlst.cli.program:run"
[tool.setuptools_scm]
[tool.pyright]
extraPaths = ["src"]
exclude = [

View File

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