726e1029c33ec57c1a49b109b5922baed0bd99aa
Stefan Schuermans begin of config file parsing

Stefan Schuermans authored 6 years ago

1) from setuptools import setup
2) 
3) setup(name='pyetherpix',
Stefan Schuermans add support for monochrome...

Stefan Schuermans authored 5 years ago

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

Stefan Schuermans authored 6 years ago

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

Stefan Schuermans authored 6 years ago

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

Stefan Schuermans authored 6 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 6 years ago

11)       install_requires=['pillow'],