Add files via upload
This commit is contained in:
@ -1,2 +1,2 @@
|
|||||||
# Tetris2000
|
# Tetris2000
|
||||||
Another Tetris clone using Qt5
|
Another Tetris clone using Qt5
|
4
setup.py
4
setup.py
@ -8,7 +8,7 @@ with open("README.md", "r") as fh:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="Tetris2000",
|
name="Tetris2000",
|
||||||
version="0.2",
|
version="0.2.2",
|
||||||
author="Adrien Malin",
|
author="Adrien Malin",
|
||||||
author_email="adrien.malin@protonmail.com",
|
author_email="adrien.malin@protonmail.com",
|
||||||
description="Another Tetris clone",
|
description="Another Tetris clone",
|
||||||
@ -25,4 +25,4 @@ setuptools.setup(
|
|||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
),
|
),
|
||||||
)
|
)
|
Reference in New Issue
Block a user