summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-05-22 22:00:26 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-05-22 22:00:26 -0400
commita82fc6ba1ea584a41e17af2ffdaef6ca7f93f81c (patch)
treef90d20948c88cef079002689bef96523e9697927 /setup.py
parent2451deee140b043dcb18796eabda370806881035 (diff)
downloadpython-setuptools-git-a82fc6ba1ea584a41e17af2ffdaef6ca7f93f81c.tar.gz
Remove src_root from setup.py, seemingly unused.
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 1b51bf2d..6ee78a34 100755
--- a/setup.py
+++ b/setup.py
@@ -81,7 +81,6 @@ class install_with_pth(install):
setup_params = dict(
- src_root=None,
cmdclass={'install': install_with_pth},
package_data=package_data,
dependency_links=[