diff options
-rw-r--r-- | MANIFEST.in | 2 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | 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 @@ -1 +1 @@ -0.1.0 +0.1.1 @@ -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", |