BlinkenArea - GitList
Repositories
Blog
Wiki
pyetherpix
Code
Commits
Branches
Tags
Search
Tree:
5d3b6fc
Branches
Tags
master
pyetherpix
setup.py
implement reading image data
Stefan Schuermans
commited
5d3b6fc
at 2017-05-26 18:05:03
setup.py
Blame
History
Raw
from setuptools import setup setup(name='pyetherpix', version='0.1', description='python implementation of EtherPix output library', url='https://git.blinkenarea.org?p=libetherpix', author='Stefan Schuermans', author_email='stefan@schuermans.info', license='LGPLv3', packages=['pyetherpix'], install_requires=['pillow'], zip_safe=False)