diff --git a/setup.py b/setup.py index c4b3fcb..33a56b0 100644 --- a/setup.py +++ b/setup.py @@ -11,9 +11,10 @@ setup( 'pydot', 'requests', 'sortedcontainers' + ], entry_points={ 'console_scripts': [ 'turinglab = turinglab.__main__:main' ] } -) +) \ No newline at end of file