aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2019-11-14 21:51:33 +0100
committerBenoit Pierre <benoit.pierre@gmail.com>2019-11-15 20:06:07 +0100
commit6e1838a9fb5feb000ba9b6a3c37c8b39d7e872b3 (patch)
treefc05e138e5ff28ca7855e80af6cc89cb76eb81d2 /setup.cfg
parentd6948c636f5e657ac56911b71b7a459d326d8389 (diff)
downloadexternal_python_setuptools-6e1838a9fb5feb000ba9b6a3c37c8b39d7e872b3.tar.gz
external_python_setuptools-6e1838a9fb5feb000ba9b6a3c37c8b39d7e872b3.tar.bz2
external_python_setuptools-6e1838a9fb5feb000ba9b6a3c37c8b39d7e872b3.zip
drop easy_install script and associated documentation
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 42a3d86c..385ba14d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -51,7 +51,6 @@ classifiers =
[options]
zip_safe = True
python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
-py_modules = easy_install
packages = find:
[options.packages.find]