summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-02-02 20:39:38 -0500
committerJason R. Coombs <jaraco@jaraco.com>2022-02-02 20:43:05 -0500
commite04aa8ac322a8cb92064ccf832d864674eddb964 (patch)
treec51aa54153c1d66d87359239ace500270ece38db /setup.py
parent763cf01ef7df80a5d0b64ec69427336a9cb419b8 (diff)
downloadpython-setuptools-git-e04aa8ac322a8cb92064ccf832d864674eddb964.tar.gz
Remove 'lorem_ipsum' property from jaraco.text, bypassing the behavior on import and other issues.
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 0b85f8e7..4cda3d38 100755
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,6 @@ here = os.path.dirname(__file__)
package_data = dict(
setuptools=['script (dev).tmpl', 'script.tmpl', 'site-patch.py'],
)
-package_data.update({'pkg_resources._vendor.jaraco.text': ['*.txt']})
force_windows_specific_files = (
os.environ.get("SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES", "1").lower()