We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77fb6ac commit b9e8849Copy full SHA for b9e8849
1 file changed
setup.py
@@ -19,6 +19,13 @@
19
author='Denys Levchenko',
20
keywords='jenkins, commandline, cli',
21
license='http://opensource.org/licenses/MIT',
22
+ classifiers=(
23
+ 'Natural Language :: English',
24
+ 'Programming Language :: Python',
25
+ 'Programming Language :: Python :: 3',
26
+ 'Programming Language :: Python :: 2',
27
+ 'License :: OSI Approved :: MIT License',
28
+ ),
29
packages=find_packages(),
30
install_requires=requires,
31
entry_points = {
0 commit comments