Skip to content

Commit 395b65a

Browse files
authored
Merge pull request #32 from lithammer/setuptools-scm
Use setuptools-scm for versioning
2 parents 62a6c08 + b56a548 commit 395b65a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[build-system]
2-
requires = ["setuptools>=40.8.0", "wheel"]
2+
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
33
build-backend = "setuptools.build_meta"
44

5+
[tool.setuptools_scm]
6+
57
[tool.cibuildwheel]
68
test-command = "pytest {package}/tests"
79
test-requires = "pytest"

Diff for: setup.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[metadata]
22
name = jump-consistent-hash
3-
version = 3.1.2
43
description = Implementation of the Jump Consistent Hash algorithm
54
long_description = file: README.rst
65
url = https://github.com/lithammer/python-jump-consistent-hash

0 commit comments

Comments
 (0)