Include the script in setup.py.

This commit is contained in:
cfreksen 2017-10-31 20:15:39 +01:00
parent 559b178728
commit ced2c41bc6
No known key found for this signature in database
GPG Key ID: EAC13EE101008978

View File

@ -52,9 +52,5 @@ setup(
python_requires='~=3.5', python_requires='~=3.5',
package_data={}, package_data={},
data_files=[], data_files=[],
entry_points={ scripts=['bin/llvm--emulator']
'console_scripts': [
'llvm--emulator=llvm_emulator.emulator:main'
]
}
) )