Updated naming (again).

This commit is contained in:
2025-01-22 21:05:19 +00:00
parent 1372141b57
commit 1773bb9dcb
17 changed files with 20 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ requires = ["setuptools>=64", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"
[project]
name = "autobigsst.engine"
name = "autoBIGS.engine"
dynamic = ["version"]
readme = "README.md"
@@ -15,8 +15,8 @@ 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"
Repository = "https://github.com/RealYHD/autobigs.engine.git"
Issues = "https://github.com/RealYHD/autobigs.engine/issues"
[tool.setuptools_scm]