From d449b187258e5c8ff1a097b987ed828b79cf81e0 Mon Sep 17 00:00:00 2001 From: "Sam G." Date: Wed, 15 May 2024 20:08:35 -0700 Subject: [PATCH] remove requirements.txt, fix pyproject.toml --- pyproject.toml | 3 +++ requirements.txt | 12 ------------ 2 files changed, 3 insertions(+), 12 deletions(-) delete mode 100644 requirements.txt diff --git a/pyproject.toml b/pyproject.toml index 712cef8..780bb05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,9 @@ requires = ["setuptools", "wheel", "setuptools-git-versioning>=2.0,<3"] build-backend = "setuptools.build_meta" +[tool.setuptools-git-versioning] +enabled = true + [project] name = "co3" description = "Lightweight Python ORM for hierarchical storage management" diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index ae514bc..0000000 --- a/requirements.txt +++ /dev/null @@ -1,12 +0,0 @@ -# -- sphinx docs -- -sphinx -sphinx-togglebutton -furo -myst-parser -sphinx-autodoc-typehints - -sqlalchemy -numpy -wcmatch - -pytest