diff --git a/pyproject.toml b/pyproject.toml index 6fa79e9e..f4b87111 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"] +requires = ["setuptools>=45", "wheel", "setuptools_scm>=9.2"] build-backend = "setuptools.build_meta" [tool.setuptools_scm] diff --git a/setup.cfg b/setup.cfg index b60fad10..95f83288 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,5 @@ [metadata] name = instrumentkit -version = attr: instruments._version.version description = Test and measurement communication library author = Steven Casagrande author_email = stevencasagrande@gmail.com @@ -18,7 +17,6 @@ classifiers = Programming Language :: Python :: 3.12 Programming Language :: Python :: 3.13 Operating System :: OS Independent - License :: OSI Approved :: GNU Affero General Public License v3 Intended Audience :: Science/Research Intended Audience :: Manufacturing Topic :: Scientific/Engineering