comparison setup.py @ 6:9b57159428b0

Fix package list in {{{setup.py}}}.
author cmlenz
date Mon, 06 Jun 2005 19:12:15 +0000
parents 738a0ae251f6
children 8442bcb47a03
comparison
equal deleted inserted replaced
5:738a0ae251f6 6:9b57159428b0
17 # along with this program; if not, write to the Free Software 17 # along with this program; if not, write to the Free Software
18 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 # 19 #
20 # Author: Christopher Lenz <cmlenz@gmx.de> 20 # Author: Christopher Lenz <cmlenz@gmx.de>
21 21
22 from distutils.core import setup, Command 22 from distutils.core import setup
23
23 from bitten.distutils.testrunner import unittest 24 from bitten.distutils.testrunner import unittest
24 25
25 setup(name='bitten', version='1.0', 26 setup(name='bitten', version='1.0',
26 packages=['bitten', 'bitten.general', 'bitten.python'], 27 packages=['bitten', 'bitten.distutils', 'bitten.recipe'],
27 author="Christopher Lenz", author_email="cmlenz@gmx.de", 28 author="Christopher Lenz", author_email="cmlenz@gmx.de",
28 url="http://projects.edgewall.com/bitten/", 29 url="http://projects.edgewall.com/bitten/",
29 cmdclass={'unittest': unittest}) 30 cmdclass={'unittest': unittest})
Copyright (C) 2012-2017 Edgewall Software