aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
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 /setup.py
parentad98fcb350fa3ce63389520a391e23274de11064 (diff)
downloadexternal_python_setuptools-f423812ac13d67c2bda112bda6fab7dc7a3dab92.tar.gz
external_python_setuptools-f423812ac13d67c2bda112bda6fab7dc7a3dab92.tar.bz2
external_python_setuptools-f423812ac13d67c2bda112bda6fab7dc7a3dab92.zip
Move version to setup.cfg
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
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"