We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e43a3 commit 887615bCopy full SHA for 887615b
setup.py
@@ -51,13 +51,15 @@ def read(fname):
51
url="http://openlabs.co.in/",
52
include_package_data=True,
53
classifiers=[
54
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
55
"Intended Audience :: Developers",
56
"License :: OSI Approved :: BSD License",
57
"Natural Language :: English",
58
"Operating System :: OS Independent",
59
"Topic :: Software Development :: Internationalization",
60
- "Topic :: Utilities"
+ "Topic :: Utilities",
61
+ "Programming Language :: Python :: 3",
62
+ "Programming Language :: Python :: 2",
63
],
64
test_suite="microsofttranslator.test.test_all",
65
install_requires=[
0 commit comments