diff options
author | Paul McGuire <ptmcg@users.noreply.github.com> | 2018-08-21 05:55:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-21 05:55:22 -0500 |
commit | 96675e30a472d9ca1a9e7e3b314b6ea411a9829a (patch) | |
tree | 75f5cf94c3b171567536bd7550b3e30637cab31d | |
parent | 5e17b30eb0798dd1c8bc016addcbdc7e83372429 (diff) | |
parent | e2d981d6f24488ef7c8420d72df36766ec597efc (diff) | |
download | pyparsing-git-96675e30a472d9ca1a9e7e3b314b6ea411a9829a.tar.gz |
Merge pull request #15 from hugovk/patch-1
Update url and download_url
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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=[
|