1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

SETUP register cli entry point in setuptools

This commit is contained in:
Patrick Kanzler
2016-06-23 16:53:58 +02:00
parent ab39fd2b99
commit 5be81e4703

View File

@@ -104,4 +104,9 @@ setup(
],
tests_require=['tox', 'nose', 'scripttest'],
cmdclass={'test': Tox},
entry_points={
'console_scripts': [
'python-escpos = escpos.cli:main'
]
},
)