Refactoring project name to autoBIGSst.engine

This commit is contained in:
2025-01-22 18:24:04 +00:00
parent ade2f3b845
commit 53e74af20a
20 changed files with 30 additions and 66 deletions

View File

@@ -3,7 +3,7 @@ requires = ["setuptools>=64", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"
[project]
name = "automlst.engine"
name = "autobigsst.engine"
dynamic = ["version"]
readme = "README.md"
authors = [
@@ -19,6 +19,10 @@ dependencies = [
requires-python = ">=3.11"
description = "A library to rapidly fetch fetch MLST profiles given sequences for various diseases."
[project.urls]
Repository = "https://github.com/RealYHD/autobigsst.engine.git"
Issues = "https://github.com/RealYHD/autobigsst.engine/issues"
[tool.setuptools_scm]
[tool.pyright]