--- pyproject.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules", ] -dynamic = ["version"] +version = '0.37.0' dependencies = [ 'dnspython >= 1.15.0', 'greenlet >= 1.0', @@ -61,12 +61,6 @@ packages = ['eventlet'] where = "evenetlet" exclude = ["tests*", "benchmarks", "examples"] -[tool.hatch] -version.source = "vcs" - -[tool.hatch.build.hooks.vcs] -version-file = "eventlet/_version.py" - [tool.ruff] # Might eventually want to add evenetlet/green/, but it's a pain... exclude = ["eventlet/green/", "eventlet/zipkin/_thrift", "tests/mock.py", "doc/"]