Skip to content

Commit d0ed0d6

Browse files
committed
Add missing classifiers to setup.py (close snowplow#148)
1 parent 26c175c commit d0ed0d6

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

setup.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,17 @@
6161
long_description=open('README.rst').read(),
6262

6363
classifiers=[
64-
"Development Status :: 4 - Beta",
64+
"Development Status :: 5 - Production/Stable",
6565
"Intended Audience :: Developers",
6666
"License :: OSI Approved :: Apache Software License",
67-
"Programming Language :: Python"
67+
"Programming Language :: Python",
68+
"Programming Language :: Python :: 2",
69+
"Programming Language :: Python :: 2.7",
70+
"Programming Language :: Python :: 3",
71+
"Programming Language :: Python :: 3.3",
72+
"Programming Language :: Python :: 3.4",
73+
"Programming Language :: Python :: 3.5",
74+
"Operating System :: OS Independent",
6875
],
6976

7077
install_requires = [

0 commit comments

Comments
 (0)