mirror of
https://github.com/mnaberez/py65.git
synced 2025-08-12 07:25:08 +00:00
Add Python 3.4 classifier
This commit is contained in:
12
setup.py
12
setup.py
@@ -25,11 +25,13 @@ CLASSIFIERS = [
|
|||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'Natural Language :: English',
|
'Natural Language :: English',
|
||||||
'Operating System :: POSIX',
|
'Operating System :: POSIX',
|
||||||
"Programming Language :: Python",
|
'Programming Language :: Python',
|
||||||
"Programming Language :: Python :: 2.6",
|
'Programming Language :: Python :: 2.6',
|
||||||
"Programming Language :: Python :: 2.7",
|
'Programming Language :: Python :: 2.7',
|
||||||
"Programming Language :: Python :: 3.2",
|
'Programming Language :: Python :: 3',
|
||||||
"Programming Language :: Python :: 3.3",
|
'Programming Language :: Python :: 3.2',
|
||||||
|
'Programming Language :: Python :: 3.3',
|
||||||
|
'Programming Language :: Python :: 3.4',
|
||||||
'Programming Language :: Assembly',
|
'Programming Language :: Assembly',
|
||||||
'Topic :: Software Development :: Assemblers',
|
'Topic :: Software Development :: Assemblers',
|
||||||
'Topic :: Software Development :: Disassemblers',
|
'Topic :: Software Development :: Disassemblers',
|
||||||
|
Reference in New Issue
Block a user