BlinkenArea - GitList
Repositories
Blog
Wiki
pyetherpix
Code
Commits
Branches
Tags
Search
Tree:
fdef6e0
Branches
Tags
master
pyetherpix
setup.py
support multiple addresses per distributor
Stefan Schuermans
commited
fdef6e0
at 2017-06-04 20:17:29
setup.py
Blame
History
Raw
from setuptools import setup setup(name='pyetherpix', version='0.2', description='python implementation of EtherPix output library', url='https://git.blinkenarea.org?p=pyetherpix', author='Stefan Schuermans', author_email='stefan@schuermans.info', license='LGPLv3', packages=['pyetherpix'], install_requires=['pillow'], zip_safe=False)