Skip to content

Commit 7cd7621

Browse files
authored
Use setuptools_scm for version (#32)
1 parent 2bc37e6 commit 7cd7621

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[build-system]
2+
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[tool.setuptools_scm]

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
setup(
1616
name='sigtools',
17-
version='3.0.0',
1817
description="Utilities for working with inspect.Signature objects.",
1918
long_description=long_description,
2019
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)