summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-01-20 21:02:24 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-01-20 21:02:24 -0500
commita9ecd7efb38fac3fbbcb6a55feeff10f45793027 (patch)
tree646a63d24354ab17ca71bea038d869fedb49d114 /setup.cfg
parent8222d6f7b992d3b184434acb31cd66b0f2e41401 (diff)
downloadpython-setuptools-git-feature/remove-easy-install.tar.gz
Remove easy_install script and module.feature/remove-easy-install
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 36c7daee..006851da 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,7 +24,6 @@ project_urls =
[options]
packages = find_namespace:
-py_modules = easy_install
# disabled as it causes tests to be included #2505
# include_package_data = true
python_requires = >=3.6