mirror of
https://github.com/dnet/pySSTV.git
synced 2025-12-06 07:12:00 +01:00
parent
0c38059001
commit
75d9722491
2
setup.py
2
setup.py
|
|
@ -11,7 +11,7 @@ setup(
|
||||||
url='https://github.com/dnet/pySSTV',
|
url='https://github.com/dnet/pySSTV',
|
||||||
packages=['pysstv', 'pysstv.tests', 'pysstv.examples'],
|
packages=['pysstv', 'pysstv.tests', 'pysstv.examples'],
|
||||||
keywords='HAM SSTV slow-scan television Scottie Martin Robot Pasokon',
|
keywords='HAM SSTV slow-scan television Scottie Martin Robot Pasokon',
|
||||||
install_requires = ['Pillow',],
|
install_requires = ['Pillow', 'six'],
|
||||||
license='MIT',
|
license='MIT',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue