projects
/
pypid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68a3bb8
)
Oops, add trailing slash to homepage URL in setup.py.
author
W. Trevor King
<wking@drexel.edu>
Thu, 23 Feb 2012 03:17:17 +0000
(22:17 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 23 Feb 2012 03:17:17 +0000
(22:17 -0500)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 627b1ab42690333df3a4bac438a9f8a018db1811..ce4710522f02711f350d7cb89ff78aa1125fdf3c 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-13,7
+13,7
@@
setup(name='pypid',
version=__version__,
maintainer='W. Trevor King',
maintainer_email='wking@drexel.edu',
- url='http://blog.tremily.us/posts/pypid',
+ url='http://blog.tremily.us/posts/pypid
/
',
download_url='http://git.tremily.us/?p=pypid.git;a=snapshot;h=v{};sf=tgz'.format(
__version__),
license = 'GNU General Public License (GPL)',