File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Contact:
23
23
Nathaniel J. Smith <njs@pobox.com> and Stéfan van der Walt <stefanv@berkeley.edu>
24
24
25
25
Dependencies:
26
- * Python 2.6+, or 3.3 +
26
+ * Python 3.7 +
27
27
* `colorspacious <https://pypi.python.org/pypi/colorspacious >`_
28
28
* Matplotlib
29
29
* NumPy
Original file line number Diff line number Diff line change 1
- [bdist_wheel]
2
- universal =1
3
-
4
1
[metadata]
5
2
license_file = LICENSE
Original file line number Diff line number Diff line change 6
6
7
7
# Must be one line or PyPI will cut it off
8
8
DESC = ("A colormap tool" )
9
-
10
9
LONG_DESC = open ("README.rst" ).read ()
11
10
12
11
setup (
13
12
name = "viscm" ,
14
- version = "0.9 " ,
13
+ version = "0.10 " ,
15
14
description = DESC ,
16
15
long_description = LONG_DESC ,
17
16
author = "Nathaniel J. Smith, Stefan van der Walt" ,
18
17
author_email = "njs@pobox.com, stefanv@berkeley.edu" ,
19
- url = "https://github.com/bids /viscm" ,
18
+ url = "https://github.com/matplotlib /viscm" ,
20
19
license = "MIT" ,
21
20
classifiers =
22
21
[ "Development Status :: 3 - Alpha" ,
23
22
"Intended Audience :: Developers" ,
24
23
"Intended Audience :: Science/Research" ,
25
24
"License :: OSI Approved :: MIT License" ,
26
- "Programming Language :: Python :: 2" ,
27
25
"Programming Language :: Python :: 3" ,
28
26
],
29
27
packages = find_packages (),
You can’t perform that action at this time.
0 commit comments