2022-07-28 20:40:44 +00:00
|
|
|
---
|
|
|
|
|
setup.py | 3 ---
|
|
|
|
|
1 file changed, 3 deletions(-)
|
|
|
|
|
|
|
|
|
|
--- a/setup.py
|
|
|
|
|
+++ b/setup.py
|
2023-07-31 08:20:30 +00:00
|
|
|
@@ -448,7 +448,4 @@ Python compiler with full language suppo
|
2022-07-28 20:40:44 +00:00
|
|
|
"console_scripts": console_scripts,
|
|
|
|
|
},
|
2023-07-31 08:20:30 +00:00
|
|
|
install_requires=install_requires,
|
2022-07-28 20:40:44 +00:00
|
|
|
- # As we do version specific hacks for installed inline copies, make the
|
|
|
|
|
- # wheel version and platform specific.
|
|
|
|
|
- distclass=BinaryDistribution,
|
|
|
|
|
)
|