From 6b3f18bf4aa1142218f816eb3e65bee74c3b2f23 Mon Sep 17 00:00:00 2001 From: uliw Date: Sat, 4 Nov 2023 10:09:16 -0400 Subject: [PATCH] chore: fix build system instructions --- pyproject.toml | 6 +++++- setup.cfg | 2 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 02f198b4..62f69bc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,4 +3,8 @@ requires = ["setuptools", "setuptools-scm", "setuptools-git-versioning"] build-backend = "setuptools.build_meta" [tool.setuptools-git-versioning] -enabled = true \ No newline at end of file +enabled = false + +# [project] +# dynamic = ["version"] +# [tool.setuptools_scm] \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 4d5f1807..343d211c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,8 +16,6 @@ classifiers= Topic :: Scientific/Engineering :: Chemistry License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+) - - [options] # package_dir= # =esbmtk