2
# Setup file for bzr-git
3
# Copyright (C) 2008 Jelmer Vernooij <jelmer@samba.org>
5
from distutils.core import setup
8
description='Pure-Python Git Library',
11
url='http://launchpad.net/dulwich',
12
download_url='http://launchpad.net/dulwich',
14
author='Jelmer Vernooij',
15
author_email='jelmer@samba.org',
17
Simple Pure-Python implementation of the Git file formats and
18
protocols. Dulwich is the place where Mr. and Mrs. Git live
19
in one of the Monty Python sketches.
21
packages=['dulwich', 'dulwich.tests'],