mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-05 22:45:40 +00:00
Minor tweaks to python setup process; update gitignore
This commit is contained in:
parent
47af3ca190
commit
ac99b5bd14
3 changed files with 14 additions and 16 deletions
|
|
@ -183,12 +183,6 @@ setup(
|
|||
],
|
||||
requires=['ctypes'],
|
||||
cmdclass=cmdclass,
|
||||
libraries=[(
|
||||
'unicorn', dict(
|
||||
package='unicorn',
|
||||
sources=dummy_src()
|
||||
),
|
||||
)],
|
||||
zip_safe=True,
|
||||
include_package_data=True,
|
||||
package_data={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue