From 07a086944c14fd276ee3a46d7d1926adda7d700a Mon Sep 17 00:00:00 2001 From: yvesf Date: Thu, 1 Apr 2010 21:00:30 +0000 Subject: really include xml git-svn-id: http://10.2.2.13/svn/common/ebus@1627 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd --- dist/ebus-0.2-py2.5.egg | Bin 9983 -> 9856 bytes setup.py | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/ebus-0.2-py2.5.egg b/dist/ebus-0.2-py2.5.egg index c87077c..4e2d848 100644 Binary files a/dist/ebus-0.2-py2.5.egg and b/dist/ebus-0.2-py2.5.egg differ diff --git a/setup.py b/setup.py index ced377b..e675b84 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -from setuptools import setup +from setuptools import setup, find_packages setup( name='ebus', @@ -9,9 +9,9 @@ setup( author='xapek.org', author_email='ebus@xapek.org', url='http://xapek.org', - packages=['ebus'], - package_data = {'doc':['*.txt'], 'xml':['ebus/*.xml']}, - install_requires=[], + packages=find_packages(), + package_data={'doc':['*.txt'], 'xml':['*.xml']}, + include_package_data = True, long_description="""ebus library""", classifiers=[ "Programming Language :: Python", -- cgit v1.2.1