From 5256ae2e59f513afe66203ceecd8759d1bd60a07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 18 Jul 2017 13:42:52 +0200 Subject: Another fixes in setup --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a233da0..798eb8f 100755 --- a/setup.py +++ b/setup.py @@ -21,10 +21,10 @@ setup( ], keywords='Turris Tetris', - packages=['turtetris'], + packages=['turtetris_master'], entry_points={ 'console_scripts': [ - 'turtetris-master=turtetris-master:main' + 'turtetris-master=turtetris_master:main' ] } ) -- cgit v1.2.3