Enabling setuptools_scm
This commit is contained in:
parent
b32a522e39
commit
59cb5230e8
@ -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 = [
|
||||||
|
@ -3,4 +3,5 @@ biopython
|
|||||||
pytest
|
pytest
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
build
|
build
|
||||||
twine
|
twine
|
||||||
|
setuptools_scm
|
Loading…
x
Reference in New Issue
Block a user