Skip to content

Commit 65adb83

Browse files
committed
BLD: tweaks to setup.py to include more metadata
1 parent dc77222 commit 65adb83

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

setup.py

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
description='Composable style cycles',
88
url='http://github.com/matplotlib/cycler',
99
platforms='Cross platform (Linux, Mac OSX, Windows)',
10-
requires=['six'],
11-
license="BSD"
10+
install_requires=['six'],
11+
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',
1222
)

0 commit comments

Comments
 (0)