mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-03-05 04:47:21 +00:00
python: add Python 3 support into classifiers of setup.py
This commit is contained in:
parent
f32d08a7ec
commit
7f6d4a932f
@ -168,6 +168,7 @@ setup(
|
||||
classifiers=[
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 3',
|
||||
],
|
||||
requires=['ctypes'],
|
||||
cmdclass=dict(
|
||||
|
Loading…
x
Reference in New Issue
Block a user