From 59cb5230e840fc56a9cf2329a9c55b0c96d52a78 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Thu, 9 Jan 2025 07:54:13 +0000 Subject: [PATCH] Enabling setuptools_scm --- pyproject.toml | 2 ++ requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3fde94b..94ccaf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ diff --git a/requirements.txt b/requirements.txt index 590e90c..be304cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ biopython pytest pytest-asyncio build -twine \ No newline at end of file +twine +setuptools_scm \ No newline at end of file