8000 add classifiers to setup.py (#143) · etherscan-io/sentry-python@7ba5665 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ba5665

Browse files
perewalluntitaker
authored andcommitted
add classifiers to setup.py (getsentry#143)
1 parent 1bcc969 commit 7ba5665

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

setup.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,20 @@
2323
license="BSD",
2424
install_requires=["urllib3", "certifi"],
2525
extras_require={"flask": ["flask>=0.8", "blinker>=1.1"]},
26+
classifiers=[
27+
'Development Status :: 5 - Production/Stable',
28+
'Environment :: Web Environment',
29+
'Intended Audience :: Developers',
30+
'License :: OSI Approved :: BSD License',
31+
'Operating System :: OS Independent',
32+
'Programming Language :: Python',
33+
'Programming Language :: Python :: 2',
34+
'Programming Language :: Python :: 2.7',
35+
'Programming Language :: Python :: 3',
36+
'Programming Language :: Python :: 3.4',
37+
'Programming Language :: Python :: 3.5',
38+
'Programming Language :: Python :: 3.6',
39+
'Programming Language :: Python :: 3.7',
40+
'Topic :: Software Development :: Libraries :: Python Modules',
41+
],
2642
)

0 commit comments

Comments
 (0)
0