Skip to content

Commit

Permalink
add pypi package classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
bcicen committed Feb 22, 2016
1 parent 77fb6ac commit b9e8849
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
author='Denys Levchenko',
keywords='jenkins, commandline, cli',
license='http://opensource.org/licenses/MIT',
classifiers=(
'Natural Language :: English',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 2',
'License :: OSI Approved :: MIT License',
),
packages=find_packages(),
install_requires=requires,
entry_points = {
Expand Down

0 comments on commit b9e8849

Please sign in to comment.