From 816257ed2f7c208c427c804e1046b960d8335f84 Mon Sep 17 00:00:00 2001 From: yvesf Date: Thu, 1 Apr 2010 20:49:44 +0000 Subject: include xml in egg git-svn-id: http://10.2.2.13/svn/common/ebus@1626 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd --- setup.py | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 89a47c7..ced377b 100644 --- a/setup.py +++ b/setup.py @@ -10,15 +10,12 @@ setup( author_email='ebus@xapek.org', url='http://xapek.org', packages=['ebus'], + package_data = {'doc':['*.txt'], 'xml':['ebus/*.xml']}, install_requires=[], - long_description="""""", + long_description="""ebus library""", classifiers=[ -# "License :: OSI Approved :: MIT License", - "Programming Language :: Python", -# "Topic :: Internet", - "Topic :: Software Development :: Libraries :: Python Modules", - "Intended Audience :: Developers", -# "Development Status :: 4 - Beta", - ] + "Programming Language :: Python", + "Topic :: Software Development :: Libraries :: Python Modules", + "Intended Audience :: Developers",] ) -- cgit v1.2.1