Skip to content

Commit

Permalink
Merge pull request #2 from reebalazs/fix.setup-py-url
Browse files Browse the repository at this point in the history
Fix the url in setup.py to point to the new location.
  • Loading branch information
blaflamme committed May 14, 2014
2 parents 00d3cf2 + d68dffd commit e4ae34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def main():
long_description=README + '\n\n' + CHANGES,
author='Pylons Project',
author_email='@',
url='https://github.com/goodwillcoding/trypyramid',
url='https://github.com/Pylons/trypyramid',
packages=[
'trypyramid',
],
Expand Down

0 comments on commit e4ae34f

Please sign in to comment.