Skip to content

Commit

Permalink
BLD: tweaks to setup.py to include more metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Jul 1, 2015
1 parent dc77222 commit 65adb83
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
description='Composable style cycles',
url='http://github.com/matplotlib/cycler',
platforms='Cross platform (Linux, Mac OSX, Windows)',
requires=['six'],
license="BSD"
install_requires=['six'],
license="BSD",
classifiers=['Development Status :: 4 - Beta',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
keywords='cycle kwargs',
)

0 comments on commit 65adb83

Please sign in to comment.