From feebdc2e14426921a585c31c5279886bca3e2eca Mon Sep 17 00:00:00 2001 From: yvesf Date: Wed, 9 Jun 2010 11:14:18 +0000 Subject: foo git-svn-id: http://10.2.2.13/svn/common/ebus@1676 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd --- setup.py | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ed47b66..4a3e284 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,11 @@ setup( author='xapek.org', author_email='ebus@xapek.org', url='http://xapek.org', - scripts=["bin/ebus_dump"], + scripts=[ + "bin/ebus_dump". + "bin/ebus_app", + "bin/ebus_web", + ], packages=find_packages(), package_data={'doc':['*.txt'], 'xml':['*.xml']}, include_package_data = True, @@ -27,6 +31,11 @@ setup( classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", - "Intended Audience :: Developers",] + "Intended Audience :: Developers", + ], + requires=[ + "itty==0.6.7", + "SQLAlchemy", + ], ) -- cgit v1.2.1