summaryrefslogtreecommitdiff
path: root/setup.py
blob: 283f3e49e590dc5ee553f23fef03d16ea67e4fc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python
from distutils.core import setup

setup(name="fastimport",
      version="0.9.0dev0",
      description="VCS fastimport/fsatexport parser",
      author="Canonical Ltd",
      author_email="bazaar@lists.canonical.com",
      license = "GNU GPL v2",
      url="https://launchpad.net/python-fastimport",
      packages=['fastimport', 'fastimport.tests', 'fastimport.processors'])