view setup.py @ 3:9ac0ee86ec7c

Some cleanup to the recipe commands and reporters.
author cmlenz
date Sun, 22 May 2005 23:12:16 +0000
parents 3ba3fb6f0054
children 196009657e5e
line wrap: on
line source
from distutils.core import setup, Command
from bitten.distutils.testrunner import unittest

setup(name='bitten', version='1.0',
      packages=['bitten', 'bitten.general', 'bitten.python'],
      author="Christopher Lenz", author_email="cmlenz@gmx.de",
      url="http://projects.edgewall.com/bitten/",
      cmdclass={'unittest': unittest})
Copyright (C) 2012-2017 Edgewall Software