|
@@ -62,14 +62,14 @@ setup(name='dulwich',
|
|
|
author='Jelmer Vernooij',
|
|
|
author_email='jelmer@samba.org',
|
|
|
long_description="""
|
|
|
- Simple Python implementation of the Git file formats and
|
|
|
- protocols.
|
|
|
+ Python implementation of the Git file formats and protocols,
|
|
|
+ without the need to have git installed.
|
|
|
|
|
|
All functionality is available in pure Python. Optional
|
|
|
C extensions can be built for improved performance.
|
|
|
|
|
|
- Dulwich takes its name from the area in London where the friendly
|
|
|
- Mr. and Mrs. Git once attended a cocktail party.
|
|
|
+ The project is named after the part of London that Mr. and Mrs. Git live in
|
|
|
+ in the particular Monty Python sketch.
|
|
|
""",
|
|
|
packages=['dulwich', 'dulwich.tests', 'dulwich.tests.compat'],
|
|
|
scripts=['bin/dulwich', 'bin/dul-daemon', 'bin/dul-web', 'bin/dul-receive-pack', 'bin/dul-upload-pack'],
|