aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/py-unicorn/files/patch-setup.py
blob: bd04215422aa617727da25b9a4a2e7cdaf66f8e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Do not bundle libunicorn.so

--- setup.py.orig	2017-02-23 12:57:14 UTC
+++ setup.py
@@ -260,11 +260,4 @@ setup(
         'Programming Language :: Python :: 3',
     ],
     requires=['ctypes'],
-    cmdclass=cmdclass,
-    zip_safe=True,
-    include_package_data=True,
-    is_pure=True,
-    package_data={
-        'unicorn': ['lib/*', 'include/unicorn/*']
-    }
 )