add entry point

This commit is contained in:
Sem van der Hoeven
2023-05-03 13:54:34 +02:00
parent 5b779a9ae3
commit 8a017bd7b9

View File

@@ -20,6 +20,7 @@ setup(
tests_require=['pytest'],
entry_points={
'console_scripts': [
'test_controller = test_controls.test_controller:main'
],
},
)