diff options
author | Karel Kočí <karel.koci@nic.cz> | 2017-07-18 13:42:52 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2017-07-18 13:42:52 +0200 |
commit | 5256ae2e59f513afe66203ceecd8759d1bd60a07 (patch) | |
tree | 09e26575b3d0ec588c4a630bb5b6577e2eb2c61c | |
parent | d6a66b345d043d3223a05d6993584e876d0d7986 (diff) | |
download | turris-tetris-5256ae2e59f513afe66203ceecd8759d1bd60a07.tar.gz turris-tetris-5256ae2e59f513afe66203ceecd8759d1bd60a07.tar.bz2 turris-tetris-5256ae2e59f513afe66203ceecd8759d1bd60a07.zip |
Another fixes in setup
-rwxr-xr-x | setup.py | 4 | ||||
-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
@@ -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 |