python-distlib/distlib_unbundle.patch

19 lines
389 B
Diff
Raw Normal View History

2021-12-09 08:39:01 +00:00
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(
2020-06-22 11:28:55 +08:00
packages=[
2021-12-09 08:39:01 +00:00
'distlib'
2020-06-22 11:28:55 +08:00
],
- package_data={
2021-12-09 08:39:01 +00:00
- 'distlib': ['t32.exe', 't64.exe', 'w32.exe', 'w64.exe',
- 't64-arm.exe', 'w64-arm.exe'],
2020-06-22 11:28:55 +08:00
- },
cmdclass={
'test': TestCommand,
},
2021-12-09 08:39:01 +00:00
--
1.8.3.1