mirror of
https://github.com/dnet/pySSTV.git
synced 2026-01-06 16:50:00 +01:00
Add entry_point (#23)
This commit is contained in:
parent
9f4c435450
commit
323812bc59
5
setup.py
5
setup.py
|
|
@ -10,6 +10,11 @@ setup(
|
|||
author_email='vsza@vsza.hu',
|
||||
url='https://github.com/dnet/pySSTV',
|
||||
packages=['pysstv', 'pysstv.tests', 'pysstv.examples'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'pysstv = pysstv.__main__:main',
|
||||
],
|
||||
},
|
||||
keywords='HAM SSTV slow-scan television Scottie Martin Robot Pasokon',
|
||||
install_requires = ['Pillow', 'six'],
|
||||
license='MIT',
|
||||
|
|
|
|||
Loading…
Reference in a new issue