diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2019-02-17 09:25:10 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-02-17 09:25:10 -0500 |
commit | f423812ac13d67c2bda112bda6fab7dc7a3dab92 (patch) | |
tree | 4faee3d3e9a0e6c766d865e09f06a5f3581b5eb9 | |
parent | ad98fcb350fa3ce63389520a391e23274de11064 (diff) | |
download | external_python_setuptools-f423812ac13d67c2bda112bda6fab7dc7a3dab92.tar.gz external_python_setuptools-f423812ac13d67c2bda112bda6fab7dc7a3dab92.tar.bz2 external_python_setuptools-f423812ac13d67c2bda112bda6fab7dc7a3dab92.zip |
Move version to setup.cfg
-rw-r--r-- | setup.cfg | 3 | ||||
-rwxr-xr-x | setup.py | 1 |
2 files changed, 2 insertions, 2 deletions
@@ -24,6 +24,7 @@ universal = 1 [metadata] license_file = LICENSE +version = 40.8.0 -[bumpversion:file:setup.py] +[bumpversion:file:setup.cfg] @@ -89,7 +89,6 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="40.8.0", description=( "Easily download, build, install, upgrade, and uninstall " "Python packages" |