diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-01-22 08:01:58 +0200 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-01-22 08:40:15 +0200 |
| commit | 9aa8480b5d2d033dbd9b634fa736d8f25150c40d (patch) | |
| tree | e434bcd616c613baf693999c1331e3650944684b /setup.cfg | |
| parent | e29a5bdd0817f4068aac83edf110caf7c421f574 (diff) | |
| download | wheel-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.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |
