1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-15 04:29:30 +00:00

Add Python 3 classifiers

This commit is contained in:
Mike Naberezny 2013-10-26 18:49:39 -07:00
parent e0846c1b73
commit 0f5423d045

View File

@ -25,6 +25,11 @@ CLASSIFIERS = [
'Intended Audience :: Developers',
'Natural Language :: English',
'Operating System :: POSIX',
"Programming Language :: Python",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
'Programming Language :: Assembly',
'Topic :: Software Development :: Assemblers',
'Topic :: Software Development :: Disassemblers',