tetris-terminal 0.0.1a2__tar.gz → 0.0.1a3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tetris-terminal
3
- Version: 0.0.1a2
3
+ Version: 0.0.1a3
4
4
  Summary: A tetris game runs in the terminal
5
5
  Author-email: jayzhu <jay.l.zhu@foxmail.com>
6
6
  Project-URL: homepage, https://github.com/zlh124/pytetris
@@ -45,6 +45,7 @@ Based on Python's [`curses`](https://docs.python.org/3/library/curses.html) modu
45
45
  ### Installation & Usage
46
46
  ```bash
47
47
  pip install tetris-terminal
48
+ tetris
48
49
  ```
49
50
 
50
51
  ### Controls
@@ -18,6 +18,7 @@ Based on Python's [`curses`](https://docs.python.org/3/library/curses.html) modu
18
18
  ### Installation & Usage
19
19
  ```bash
20
20
  pip install tetris-terminal
21
+ tetris
21
22
  ```
22
23
 
23
24
  ### Controls
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "tetris-terminal"
7
- version = "0.0.1-alpha2"
7
+ version = "0.0.1-alpha3"
8
8
  description = "A tetris game runs in the terminal"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tetris-terminal
3
- Version: 0.0.1a2
3
+ Version: 0.0.1a3
4
4
  Summary: A tetris game runs in the terminal
5
5
  Author-email: jayzhu <jay.l.zhu@foxmail.com>
6
6
  Project-URL: homepage, https://github.com/zlh124/pytetris
@@ -45,6 +45,7 @@ Based on Python's [`curses`](https://docs.python.org/3/library/curses.html) modu
45
45
  ### Installation & Usage
46
46
  ```bash
47
47
  pip install tetris-terminal
48
+ tetris
48
49
  ```
49
50
 
50
51
  ### Controls