diff options
author | Michael Trier <mtrier@gmail.com> | 2008-05-07 23:42:03 -0400 |
---|---|---|
committer | Michael Trier <mtrier@gmail.com> | 2008-05-07 23:42:03 -0400 |
commit | 620dbee78ed8481d108327c4c332899df7cb8ef4 (patch) | |
tree | 404d6fc0668068dbc1835ae7d25972753ce433f9 /setup.py | |
parent | 6383196b7bb0773c0083a2a3d49a95e5479715bf (diff) | |
download | gitpython-620dbee78ed8481d108327c4c332899df7cb8ef4.tar.gz |
Apparently I'm a moron
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ setup(name = "GitPython", description = "Python Git Library", author = "Michael Trier", author_email = "mtrier@gmail.com", - url = "http://gitalicious.org/projects/git-python/", + url = "http://gitorious.org/projects/git-python/", packages = find_packages('lib'), package_dir = {'':'lib'}, license = "BSD License", |