You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/setuptools/files/setuptools-0.6.45-no-exes.p...

12 lines
361 B

--- a/setup.py
+++ b/setup.py
@@ -158,7 +158,7 @@
test_suite = 'setuptools.tests',
src_root = src_root,
packages = find_packages(),
- package_data = {'setuptools':['*.exe', 'site-patch.py'], 'setuptools.command':['*.xml']},
+ package_data = {'setuptools':['site-patch.py']},
py_modules = ['pkg_resources', 'easy_install', 'site'],