mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-15 03:47:49 +00:00
python: minor fix for setup.py
This commit is contained in:
parent
b4ce38355a
commit
74d95ab04f
@ -12,11 +12,10 @@ setup(
|
||||
author = 'Nguyen Anh Quynh',
|
||||
author_email = 'aquynh@gmail.com',
|
||||
description = 'Capstone disassembly engine',
|
||||
url = 'https://www.capstone-engine.org',
|
||||
#download_url = 'https://www.capstone-engine.org/files/capstone-0.9.zip',
|
||||
url = 'http://www.capstone-engine.org',
|
||||
#download_url = 'https://www.capstone-engine.org/files/capstone-1.0.tgz',
|
||||
classifiers = [
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Development Status :: 4 - Beta',
|
||||
'Programming Language :: Python :: 2',
|
||||
],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user