Moved CLI to automlst.cli repo

This commit is contained in:
2025-01-10 17:22:12 +00:00
parent e634647774
commit 5449ae0c68
7 changed files with 2 additions and 146 deletions

View File

@@ -3,7 +3,7 @@ requires = ["setuptools>=64", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"
[project]
name = "automlst"
name = "automlst.engine"
dynamic = ["version"]
dependencies = [
@@ -13,9 +13,6 @@ dependencies = [
requires-python = ">=3.11"
description = "A tool to rapidly fetch fetch MLST profiles given sequences for various diseases."
[project.scripts]
automlst = "automlst.cli.program:run"
[tool.setuptools_scm]
[tool.pyright]