We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc77222 commit 65adb83Copy full SHA for 65adb83
setup.py
@@ -7,6 +7,16 @@
7
description='Composable style cycles',
8
url='http://github.com/matplotlib/cycler',
9
platforms='Cross platform (Linux, Mac OSX, Windows)',
10
- requires=['six'],
11
- license="BSD"
+ install_requires=['six'],
+ license="BSD",
12
+ classifiers=['Development Status :: 4 - Beta',
13
+ 'Programming Language :: Python :: 2',
14
+ 'Programming Language :: Python :: 2.6',
15
+ 'Programming Language :: Python :: 2.7',
16
+ 'Programming Language :: Python :: 3',
17
+ 'Programming Language :: Python :: 3.3',
18
+ 'Programming Language :: Python :: 3.4',
19
+ 'Programming Language :: Python :: 3.5',
20
+ ],
21
+ keywords='cycle kwargs',
22
)
0 commit comments