removed zeroconf for now, may be added back later, closes #8

added avahi service configuration file
some small improvments
This commit is contained in:
Giovanni Harting
2015-09-02 00:29:14 +02:00
parent d1ac2d0171
commit 2602852e63
4 changed files with 20 additions and 36 deletions

View File

@@ -25,6 +25,6 @@ setup(name='LedD',
license='GPLv3',
packages=['ledd'],
install_requires=[
'nose', 'spectra', 'zeroconf',
'nose', 'spectra',
],
zip_safe=False)