diff options
-rw-r--r-- | dist/ebus-0.2-py2.5.egg | bin | 9955 -> 9983 bytes | |||
-rw-r--r-- | doc/ebus_specification.html (renamed from doc/ebusSpecification.html) | 0 | ||||
-rw-r--r-- | doc/ebus_specification.html.xslt (renamed from doc/spec2html.xslt) | 0 | ||||
-rw-r--r-- | ebus/ebus_specification.xml (renamed from doc/ebusSpecification.xml) | 0 | ||||
-rw-r--r-- | setup.py | 13 |
5 files changed, 5 insertions, 8 deletions
diff --git a/dist/ebus-0.2-py2.5.egg b/dist/ebus-0.2-py2.5.egg Binary files differindex 4344e42..c87077c 100644 --- a/dist/ebus-0.2-py2.5.egg +++ b/dist/ebus-0.2-py2.5.egg diff --git a/doc/ebusSpecification.html b/doc/ebus_specification.html index 17dc6e7..17dc6e7 100644 --- a/doc/ebusSpecification.html +++ b/doc/ebus_specification.html diff --git a/doc/spec2html.xslt b/doc/ebus_specification.html.xslt index b0b2728..b0b2728 100644 --- a/doc/spec2html.xslt +++ b/doc/ebus_specification.html.xslt diff --git a/doc/ebusSpecification.xml b/ebus/ebus_specification.xml index 006bcb1..006bcb1 100644 --- a/doc/ebusSpecification.xml +++ b/ebus/ebus_specification.xml @@ -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",] ) |