summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in2
-rw-r--r--VERSION2
-rw-r--r--setup.py2
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",