Skip to content

Commit cd1efd1

Browse files
committed
Add Trove classifiers (#3)
1 parent a4c8929 commit cd1efd1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

setup.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,23 @@
1717
]
1818
},
1919
install_requires=['pytest'],
20+
classifiers=[
21+
'Development Status :: 3 - Alpha',
22+
'Intended Audience :: Developers',
23+
'License :: OSI Approved :: MIT License',
24+
'Operating System :: POSIX',
25+
'Operating System :: Microsoft :: Windows',
26+
'Operating System :: MacOS :: MacOS X',
27+
'Topic :: Software Development :: Testing',
28+
'Topic :: Software Development :: Quality Assurance',
29+
'Topic :: Utilities',
30+
'Programming Language :: Python',
31+
'Programming Language :: Python :: 2',
32+
'Programming Language :: Python :: 2.6',
33+
'Programming Language :: Python :: 2.7',
34+
'Programming Language :: Python :: 3',
35+
'Programming Language :: Python :: 3.2',
36+
'Programming Language :: Python :: 3.3',
37+
'Programming Language :: Python :: Implementation :: PyPy',
38+
],
2039
)

0 commit comments

Comments
 (0)