Skip to content

Commit b9e8849

Browse files
committed
add pypi package classifiers
1 parent 77fb6ac commit b9e8849

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
author='Denys Levchenko',
2020
keywords='jenkins, commandline, cli',
2121
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+
),
2229
packages=find_packages(),
2330
install_requires=requires,
2431
entry_points = {

0 commit comments

Comments
 (0)