comparison setup.py @ 4:196009657e5e

Simplify the recipe commands interface: * The implementation of a command is now located using a pseudo-protocol for namespace URIs. * Commands are simply module-level functions instead of components. * Remove dependency of the recipe/slave code on the Trac component architecture.
author cmlenz
date Mon, 06 Jun 2005 15:54:29 +0000
parents 9ac0ee86ec7c
children 738a0ae251f6
comparison
equal deleted inserted replaced
3:9ac0ee86ec7c 4:196009657e5e
1 #!/usr/bin/env python
2
1 from distutils.core import setup, Command 3 from distutils.core import setup, Command
2 from bitten.distutils.testrunner import unittest 4 from bitten.distutils.testrunner import unittest
3 5
4 setup(name='bitten', version='1.0', 6 setup(name='bitten', version='1.0',
5 packages=['bitten', 'bitten.general', 'bitten.python'], 7 packages=['bitten', 'bitten.general', 'bitten.python'],
Copyright (C) 2012-2017 Edgewall Software