python-distlib/distlib_unbundle.patch
2021-12-20 14:46:28 +08:00

19 lines
389 B
Diff

diff --git a/setup.py b/setup.py
index e88d95f..6e1e3df 100644
--- a/setup.py
+++ b/setup.py
@@ -61,10 +61,6 @@ distutils.core.setup(
packages=[
'distlib'
],
- package_data={
- 'distlib': ['t32.exe', 't64.exe', 'w32.exe', 'w64.exe',
- 't64-arm.exe', 'w64-arm.exe'],
- },
cmdclass={
'test': TestCommand,
},
--
1.8.3.1