Skip to content

Commit c3a9e43

Browse files
committed
clean up setup.py a bit
1 parent 18cde97 commit c3a9e43

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@ def read(fname):
2121
version=about["__version__"],
2222
packages=find_packages(),
2323
url="https://github.com/nschloe/matplotlib2tikz",
24-
download_url="https://pypi.python.org/pypi/matplotlib2tikz",
2524
author=about["__author__"],
2625
author_email=about["__email__"],
27-
install_requires=["matplotlib >= 1.4.0", "numpy", "Pillow >= 3.0.0", "six"],
26+
install_requires=["matplotlib >= 1.4.0", "numpy", "six"],
2827
extras_require={
2928
"all": ["pipdate >= 0.3.0, <0.4.0"],
3029
"update": ["pipdate >= 0.3.0, <0.4.0"],
3130
},
32-
description="convert matplotlib figures into TikZ/PGFPlots",
31+
description="Convert matplotlib figures into TikZ/PGFPlots",
3332
long_description=read("README.md"),
3433
long_description_content_type="text/markdown",
3534
license=about["__license__"],

0 commit comments

Comments
 (0)