We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a40c0 commit 5360fb4Copy full SHA for 5360fb4
setup.py
@@ -9,4 +9,19 @@
9
license='Apache 2.0',
10
packages=["github_webhook"],
11
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
+ ],
27
test_suite='nose.collector')
0 commit comments