Skip to content

Commit 5360fb4

Browse files
Add classifiers to setup.py
1 parent b4a40c0 commit 5360fb4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

setup.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,19 @@
99
license='Apache 2.0',
1010
packages=["github_webhook"],
1111
install_requires=['flask'],
12+
13+
classifiers=[
14+
'Development Status :: 4 - Beta',
15+
'Framework :: Flask',
16+
'Environment :: Web Environment',
17+
'Intended Audience :: Developers',
18+
'Intended Audience :: System Administrators',
19+
'License :: OSI Approved :: Apache Software License',
20+
'Operating System :: MacOS :: MacOS X',
21+
'Operating System :: Microsoft :: Windows',
22+
'Operating System :: POSIX',
23+
'Programming Language :: Python :: 2',
24+
'Programming Language :: Python :: 3',
25+
'Topic :: Software Development :: Version Control'
26+
],
1227
test_suite='nose.collector')

0 commit comments

Comments
 (0)