from distutils.core import setup

setup(
    name='pybugz',
    version='0.7.3',
    py_modules=['bugz'],
    scripts = ['bugz']
)
