5d3b6fc2b1691e6077346b725b35e200d41ac01f
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',
6)       url='https://git.blinkenarea.org?p=libetherpix',
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'],