Skip to content

Commit

Permalink
Use setuptools_scm for version (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
epsy committed Feb 19, 2022
1 parent 2bc37e6 commit 7cd7621
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pyproject.toml
@@ -0,0 +1,5 @@
[build-system]
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -14,7 +14,6 @@

setup(
name='sigtools',
version='3.0.0',
description="Utilities for working with inspect.Signature objects.",
long_description=long_description,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit 7cd7621

Please sign in to comment.