remove requirements.txt, fix pyproject.toml
This commit is contained in:
parent
c2e09b2c10
commit
d449b18725
@ -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"
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
# -- sphinx docs --
|
|
||||||
sphinx
|
|
||||||
sphinx-togglebutton
|
|
||||||
furo
|
|
||||||
myst-parser
|
|
||||||
sphinx-autodoc-typehints
|
|
||||||
|
|
||||||
sqlalchemy
|
|
||||||
numpy
|
|
||||||
wcmatch
|
|
||||||
|
|
||||||
pytest
|
|
Loading…
Reference in New Issue
Block a user