We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b0501 commit 585fcaeCopy full SHA for 585fcae
setup.py
@@ -16,7 +16,8 @@ def run(self):
16
version="1.0",
17
author="whitequark",
18
author_email="whitequark@whitequark.org",
19
- url="http://m-labs.hk/pythonparser",
+ url="https://m-labs.hk/pythonparser",
20
+ download_url="https://github.com/m-labs/pythonparser",
21
description="A Python parser intended for use in tooling",
22
long_description=open("README.md").read(),
23
license="MIT",
0 commit comments