diff --git a/pyproject.toml b/pyproject.toml index 4a40345..f2596e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = [ build-backend = "setuptools.build_meta" [tool.setuptools_scm] -version_scheme = "post-release" +version_scheme = "no-guess-dev" [tool.pytest.ini_options] minversion = "6.0" diff --git a/setup.cfg b/setup.cfg index 54dff5b..e0f1837 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,5 @@ [metadata] name = tftpy -version = attr: setuptools_scm.get_version description = A TFTP protocol library for Python url = https://github.com/msoulier/tftpy author = Michael Soulier