Add entry_point (#23)

This commit is contained in:
Andrew Simmons 2021-04-19 10:04:53 -04:00 committed by GitHub
parent 9f4c435450
commit 323812bc59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',