diff options
author | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2010-03-28 12:59:58 +0000 |
---|---|---|
committer | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2010-03-28 12:59:58 +0000 |
commit | 68d949d305dd9cfc05e60da8eb71b42c83743aa4 (patch) | |
tree | b42d35a21190492a20d4f455cc01c2dcffd07ffc /setup.py | |
parent | 203c9f80ece1e3de17b6c23bcae730f68d4b90fa (diff) | |
download | ebus-alt-68d949d305dd9cfc05e60da8eb71b42c83743aa4.tar.gz ebus-alt-68d949d305dd9cfc05e60da8eb71b42c83743aa4.zip |
xml entwurf
git-svn-id: http://10.2.2.13/svn/common/ebus@1614 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ from setuptools import setup setup( name='ebus', version='0.2', - description='Ebus/TCP Library', + description='Ebus over TCP Library', author='xapek.org', author_email='ebus@xapek.org', url='http://xapek.org', |