We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62a6c08 + b56a548 commit 395b65aCopy full SHA for 395b65a
pyproject.toml
@@ -1,7 +1,9 @@
1
[build-system]
2
-requires = ["setuptools>=40.8.0", "wheel"]
+requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
3
build-backend = "setuptools.build_meta"
4
5
+[tool.setuptools_scm]
6
+
7
[tool.cibuildwheel]
8
test-command = "pytest {package}/tests"
9
test-requires = "pytest"
setup.cfg
@@ -1,6 +1,5 @@
[metadata]
name = jump-consistent-hash
-version = 3.1.2
description = Implementation of the Jump Consistent Hash algorithm
long_description = file: README.rst
url = https://github.com/lithammer/python-jump-consistent-hash
0 commit comments