remove requirements.txt, fix pyproject.toml

This commit is contained in:
Sam G. 2024-05-15 20:08:35 -07:00
parent c2e09b2c10
commit d449b18725
2 changed files with 3 additions and 12 deletions

View File

@ -2,6 +2,9 @@
requires = ["setuptools", "wheel", "setuptools-git-versioning>=2.0,<3"] requires = ["setuptools", "wheel", "setuptools-git-versioning>=2.0,<3"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[tool.setuptools-git-versioning]
enabled = true
[project] [project]
name = "co3" name = "co3"
description = "Lightweight Python ORM for hierarchical storage management" description = "Lightweight Python ORM for hierarchical storage management"

View File

@ -1,12 +0,0 @@
# -- sphinx docs --
sphinx
sphinx-togglebutton
furo
myst-parser
sphinx-autodoc-typehints
sqlalchemy
numpy
wcmatch
pytest