summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul McGuire <ptmcg@users.noreply.github.com>2018-08-21 05:55:22 -0500
committerGitHub <noreply@github.com>2018-08-21 05:55:22 -0500
commit96675e30a472d9ca1a9e7e3b314b6ea411a9829a (patch)
tree75f5cf94c3b171567536bd7550b3e30637cab31d
parent5e17b30eb0798dd1c8bc016addcbdc7e83372429 (diff)
parente2d981d6f24488ef7c8420d72df36766ec597efc (diff)
downloadpyparsing-git-96675e30a472d9ca1a9e7e3b314b6ea411a9829a.tar.gz
Merge pull request #15 from hugovk/patch-1
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=[