From 620dbee78ed8481d108327c4c332899df7cb8ef4 Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Wed, 7 May 2008 23:42:03 -0400 Subject: Apparently I'm a moron --- MANIFEST.in | 2 -- VERSION | 2 +- setup.py | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index eeb770e0..e69de29b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +0,0 @@ -include doc/*.html -include doc/*.css diff --git a/VERSION b/VERSION index 6e8bf73a..17e51c38 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1 diff --git a/setup.py b/setup.py index 008fb668..434e4fb7 100644 --- a/setup.py +++ b/setup.py @@ -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", -- cgit v1.2.3