fdef6e0ecb9df98972915e7f5aab82dd97bc69c6
Stefan Schuermans begin of config file parsing

Stefan Schuermans authored 7 years ago

1) from setuptools import setup
2) 
3) setup(name='pyetherpix',
Stefan Schuermans support multiple addresses...

Stefan Schuermans authored 7 years ago

4)       version='0.2',
Stefan Schuermans begin of config file parsing

Stefan Schuermans authored 7 years ago

5)       description='python implementation of EtherPix output library',
Stefan Schuermans fix URL

Stefan Schuermans authored 7 years ago

6)       url='https://git.blinkenarea.org?p=pyetherpix',
Stefan Schuermans begin of config file parsing

Stefan Schuermans authored 7 years ago

7)       author='Stefan Schuermans',
8)       author_email='stefan@schuermans.info',
9)       license='LGPLv3',
10)       packages=['pyetherpix'],
Stefan Schuermans implement reading image data

Stefan Schuermans authored 7 years ago

11)       install_requires=['pillow'],