Removed redundant download link from setup.py

This commit is contained in:
James Morris
2020-10-06 14:15:56 -04:00
parent c69deaf890
commit b99a98b922

View File

@@ -38,5 +38,4 @@ setup(
version=author_info["__version__"],
author=author_info["__author__"],
license=author_info["__license__"],
download_url="https://github.com/SecurityInnovation/PGPy/archive/{pgpy_ver}.tar.gz".format(pgpy_ver=author_info["__version__"]),
)