a290eb65c38ac1bd40befbe5cab70cab3bbf793a
Stefan Schuermans begin of config file parsing

Stefan Schuermans authored 7 years ago

1) from setuptools import setup
2) 
3) setup(name='pyetherpix',
4)       version='0.1',
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'],