mirror of
https://github.com/dnet/pySSTV.git
synced 2026-04-05 22:35:30 +00:00
added PIL requirement to setup.py
This commit is contained in:
parent
de249e64a3
commit
24fdb592c2
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue