aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2017-07-18 13:42:52 +0200
committerKarel Kočí <karel.koci@nic.cz>2017-07-18 13:42:52 +0200
commit5256ae2e59f513afe66203ceecd8759d1bd60a07 (patch)
tree09e26575b3d0ec588c4a630bb5b6577e2eb2c61c
parentd6a66b345d043d3223a05d6993584e876d0d7986 (diff)
downloadturris-tetris-5256ae2e59f513afe66203ceecd8759d1bd60a07.tar.gz
turris-tetris-5256ae2e59f513afe66203ceecd8759d1bd60a07.tar.bz2
turris-tetris-5256ae2e59f513afe66203ceecd8759d1bd60a07.zip
Another fixes in setup
-rwxr-xr-xsetup.py4
-rw-r--r--turtetris_master/__init__.py (renamed from turtetris-master/__init__.py)0
-rw-r--r--turtetris_master/__main__.py (renamed from turtetris-master/__main__.py)0
-rw-r--r--turtetris_master/usb_input.py (renamed from turtetris-master/usb_input.py)0
4 files changed, 2 insertions, 2 deletions
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'
]
}
)
diff --git a/turtetris-master/__init__.py b/turtetris_master/__init__.py
index 9cf22b1..9cf22b1 100644
--- a/turtetris-master/__init__.py
+++ b/turtetris_master/__init__.py
diff --git a/turtetris-master/__main__.py b/turtetris_master/__main__.py
index 8273c4f..8273c4f 100644
--- a/turtetris-master/__main__.py
+++ b/turtetris_master/__main__.py
diff --git a/turtetris-master/usb_input.py b/turtetris_master/usb_input.py
index 8864ef9..8864ef9 100644
--- a/turtetris-master/usb_input.py
+++ b/turtetris_master/usb_input.py