aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/setup.py b/setup.py
index 798eb8f..348f7cf 100755
--- a/setup.py
+++ b/setup.py
@@ -21,10 +21,5 @@ setup(
],
keywords='Turris Tetris',
- packages=['turtetris_master'],
- entry_points={
- 'console_scripts': [
- 'turtetris-master=turtetris_master:main'
- ]
- }
+ packages=['turtetris_master']
)