|
11 | 11 | "Natural Language :: English",
|
12 | 12 | "Programming Language :: Python",
|
13 | 13 | "Programming Language :: Python :: 2.7",
|
14 |
| - "Programming Language :: Python :: 3", |
15 |
| - "Programming Language :: Python :: 3.3", |
16 |
| - "Programming Language :: Python :: 3.4", |
17 | 14 | "Programming Language :: Python :: 3.5",
|
| 15 | + "Programming Language :: Python :: 3.6", |
18 | 16 | "Topic :: Scientific/Engineering :: Visualization"
|
19 | 17 | ]
|
20 | 18 |
|
21 | 19 | setup(
|
22 |
| - name = "python-ternary", |
23 |
| - version = "1.0.1", |
| 20 | + name="python-ternary", |
| 21 | + version="1.0.3", |
24 | 22 | packages=['ternary'],
|
25 | 23 |
|
26 |
| - install_requires = ["matplotlib>=1.4"], |
| 24 | + install_requires=["matplotlib>=1.4"], |
27 | 25 |
|
28 |
| - author = "Marc Harper", |
29 |
| - author_email = "[email protected]", |
30 |
| - classifiers = classifiers, |
31 |
| - description = "Make ternary plots in matplotlib", |
| 26 | + author="Marc Harper", |
| 27 | + |
| 28 | + classifiers=classifiers, |
| 29 | + description="Make ternary plots in python with matplotlib", |
32 | 30 | long_description=long_description,
|
33 |
| - keywords = "matplotlib ternary plotting", |
34 |
| - license = "MIT", |
| 31 | + keywords="matplotlib ternary plotting", |
| 32 | + license="MIT", |
35 | 33 |
|
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", |
38 | 36 | )
|
0 commit comments