added PIL requirement to setup.py

This commit is contained in:
András Veres-Szentkirályi 2013-06-24 14:33:42 +02:00
parent de249e64a3
commit 24fdb592c2

View file

@ -11,6 +11,7 @@ setup(
url='https://github.com/dnet/pySSTV',
packages=['pysstv', 'pysstv.tests', 'pysstv.examples'],
keywords='HAM SSTV slow-scan television Scottie Martin Robot',
install_requires = ['PIL',],
license='MIT',
classifiers=[
'Development Status :: 4 - Beta',