Skip to content

Commit 21c4540

Browse files
committed
Update setup.py for 1.0.2 release
1 parent 6ee4084 commit 21c4540

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

setup.py

+12-14
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,26 @@
1111
"Natural Language :: English",
1212
"Programming Language :: Python",
1313
"Programming Language :: Python :: 2.7",
14-
"Programming Language :: Python :: 3",
15-
"Programming Language :: Python :: 3.3",
16-
"Programming Language :: Python :: 3.4",
1714
"Programming Language :: Python :: 3.5",
15+
"Programming Language :: Python :: 3.6",
1816
"Topic :: Scientific/Engineering :: Visualization"
1917
]
2018

2119
setup(
22-
name = "python-ternary",
23-
version = "1.0.1",
20+
name="python-ternary",
21+
version="1.0.3",
2422
packages=['ternary'],
2523

26-
install_requires = ["matplotlib>=1.4"],
24+
install_requires=["matplotlib>=1.4"],
2725

28-
author = "Marc Harper",
29-
author_email = "[email protected]",
30-
classifiers = classifiers,
31-
description = "Make ternary plots in matplotlib",
26+
author="Marc Harper",
27+
author_email="[email protected]",
28+
classifiers=classifiers,
29+
description="Make ternary plots in python with matplotlib",
3230
long_description=long_description,
33-
keywords = "matplotlib ternary plotting",
34-
license = "MIT",
31+
keywords="matplotlib ternary plotting",
32+
license="MIT",
3533

36-
url = "https://github.com/marcharper/python-ternary",
37-
download_url = "https://github.com/marcharper/python-ternary/tarball/1.0.1",
34+
url="https://github.com/marcharper/python-ternary",
35+
download_url="https://github.com/marcharper/python-ternary/tarball/1.0.3",
3836
)

0 commit comments

Comments
 (0)