aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-02-17 09:25:10 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-02-17 09:25:10 -0500
commitf423812ac13d67c2bda112bda6fab7dc7a3dab92 (patch)
tree4faee3d3e9a0e6c766d865e09f06a5f3581b5eb9
parentad98fcb350fa3ce63389520a391e23274de11064 (diff)
downloadexternal_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.cfg3
-rwxr-xr-xsetup.py1
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index f0932e1c..14245edd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,6 +24,7 @@ universal = 1
[metadata]
license_file = LICENSE
+version = 40.8.0
-[bumpversion:file:setup.py]
+[bumpversion:file:setup.cfg]
diff --git a/setup.py b/setup.py
index 8ec7ce06..78d7018c 100755
--- a/setup.py
+++ b/setup.py
@@ -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"