summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2008-05-07 23:42:03 -0400
committerMichael Trier <mtrier@gmail.com>2008-05-07 23:42:03 -0400
commit620dbee78ed8481d108327c4c332899df7cb8ef4 (patch)
tree404d6fc0668068dbc1835ae7d25972753ce433f9
parent6383196b7bb0773c0083a2a3d49a95e5479715bf (diff)
downloadgitpython-620dbee78ed8481d108327c4c332899df7cb8ef4.tar.gz
Apparently I'm a moron
-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",