Added py3 to classifiers

This commit is contained in:
John Anderson
2015-02-10 11:37:55 -08:00
parent 55f5e77421
commit 96bc453da9

View File

@@ -61,6 +61,9 @@ setup(
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules",
]