Skip to content

Commit 887615b

Browse files
author
Sharoon Thomas
committed
Add trove classifiers to indicate python3 support
1 parent e2e43a3 commit 887615b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,15 @@ def read(fname):
5151
url="http://openlabs.co.in/",
5252
include_package_data=True,
5353
classifiers=[
54-
"Development Status :: 4 - Beta",
54+
"Development Status :: 5 - Production/Stable",
5555
"Intended Audience :: Developers",
5656
"License :: OSI Approved :: BSD License",
5757
"Natural Language :: English",
5858
"Operating System :: OS Independent",
5959
"Topic :: Software Development :: Internationalization",
60-
"Topic :: Utilities"
60+
"Topic :: Utilities",
61+
"Programming Language :: Python :: 3",
62+
"Programming Language :: Python :: 2",
6163
],
6264
test_suite="microsofttranslator.test.test_all",
6365
install_requires=[

0 commit comments

Comments
 (0)