diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2010-07-01 13:30:14 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2010-07-01 13:30:14 +0200 |
| commit | 7562fdd96ab995f6c25fc102ef40a285283c844e (patch) | |
| tree | 3e63e61d9e257f5ab7acf4066dca837587403da4 /doc | |
| parent | 07b869952e2c25c13180794fc2b3c368b8c81828 (diff) | |
| download | gitdb-7562fdd96ab995f6c25fc102ef40a285283c844e.tar.gz | |
added setup.py and Manifest to allow distribution and easy_install
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/intro.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/intro.rst b/doc/source/intro.rst index a51d8bf..4d675cb 100644 --- a/doc/source/intro.rst +++ b/doc/source/intro.rst @@ -26,4 +26,16 @@ Getting Started =============== It is advised to have a look at the :ref:`Usage Guide <tutorial-label>` for a brief introduction on the different database implementations. +================= +Source Repository +================= +The latest source can be cloned using git from one of the following locations: + + * git://gitorious.org/git-python/gitdb.git + * git://github.com/Byron/gitdb.git + +License Information +=================== +*GitDB* is licensed under the New BSD License. + .. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools |
