Skip to content

Commit

Permalink
update setup.py to use the correct URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tswicegood committed Jun 11, 2011
1 parent bfd9a93 commit 831ed81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -81,7 +81,7 @@ def build_package(dirpath, dirnames, filenames):
setup_kwargs = {
"author": "Bay Citizen & Texas Tribune",
"author_email": "dev@armstrongcms.org",
"url": "http://github.com/armstrongcms/%s/" % info["name"],
"url": "http://github.com/armstrong/%s/" % info["name"],
"packages": packages,
"package_data": {info["name"]: data_files, },
"namespace_packages": NAMESPACE_PACKAGES,
Expand Down

0 comments on commit 831ed81

Please sign in to comment.