python: minor fix for setup.py

This commit is contained in:
Nguyen Anh Quynh 2013-12-06 08:55:37 +08:00
parent b4ce38355a
commit 74d95ab04f

View File

@ -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',
],
)