summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2020-01-22 08:01:58 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2020-01-22 08:40:15 +0200
commit9aa8480b5d2d033dbd9b634fa736d8f25150c40d (patch)
treee434bcd616c613baf693999c1331e3650944684b /setup.cfg
parente29a5bdd0817f4068aac83edf110caf7c421f574 (diff)
downloadwheel-git-9aa8480b5d2d033dbd9b634fa736d8f25150c40d.tar.gz
Switched to setuptools_scm
New versions are now made by declaring a new version in the changelog (docs/news.rst) and pushing this change to Github. The workflow will see this version and create a new tag which then triggers the release workflow.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index a3dd482..798be73 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,5 @@
[metadata]
name = wheel
-version = attr: wheel.__version__
description = A built-package format for Python
long_description = file: README.rst
classifiers =
@@ -33,6 +32,7 @@ package_dir=
= src
packages = find:
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
+setup_requires = setuptools_scm >= 3.4
zip_safe = False
[options.packages.find]