changeset 6:9b57159428b0

Fix package list in {{{setup.py}}}.
author cmlenz
date Mon, 06 Jun 2005 19:12:15 +0000
parents 738a0ae251f6
children 8442bcb47a03
files setup.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -19,11 +19,12 @@
 #
 # Author: Christopher Lenz <cmlenz@gmx.de>
 
-from distutils.core import setup, Command
+from distutils.core import setup
+
 from bitten.distutils.testrunner import unittest
 
 setup(name='bitten', version='1.0',
-      packages=['bitten', 'bitten.general', 'bitten.python'],
+      packages=['bitten', 'bitten.distutils', 'bitten.recipe'],
       author="Christopher Lenz", author_email="cmlenz@gmx.de",
       url="http://projects.edgewall.com/bitten/",
       cmdclass={'unittest': unittest})
Copyright (C) 2012-2017 Edgewall Software