summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-08-09 16:32:03 +0300
committerGitHub <noreply@github.com>2018-08-09 16:32:03 +0300
commite2d981d6f24488ef7c8420d72df36766ec597efc (patch)
treedfd90aea4328d5dc9df8339b22dd29ccd7208070
parent8da759898768311ad3a67a1963d6132f138469a1 (diff)
downloadpyparsing-git-e2d981d6f24488ef7c8420d72df36766ec597efc.tar.gz
Update url and download_url
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 99d1132..c01c1e8 100644
--- a/setup.py
+++ b/setup.py
@@ -22,8 +22,8 @@ setup(# Distribution meta-data
description = "Python parsing module",
author = "Paul McGuire",
author_email = "ptmcg@users.sourceforge.net",
- url = "http://pyparsing.wikispaces.com/",
- download_url = "http://sourceforge.net/project/showfiles.php?group_id=97203",
+ url = "https://github.com/pyparsing/pyparsing/",
+ download_url = "https://pypi.org/project/pyparsing/",
license = "MIT License",
py_modules = modules,
classifiers=[