aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
blob: 7c4c98a0e208ce80272bd2dca203a92861bfef55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python

from distutils.core import setup

setup(
    name='Bugs Everywhere',
    version='0.0.193',
    description='Bugtracker built on distributed revision control',
    url='http://panoramicfeedback.com/opensource/',
    packages=['becommands', 'libbe'],
    scripts=['be'],
    )