Minor tweaks to python setup process; update gitignore

This commit is contained in:
Andrew Dutcher
2016-09-12 14:02:14 -07:00
parent 47af3ca190
commit ac99b5bd14
3 changed files with 14 additions and 16 deletions

View File

@ -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={