Add files via upload

This commit is contained in:
adrienmalin
2018-07-30 23:47:17 +02:00
committed by GitHub
parent f2c4410d95
commit b2416a9e2c
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
# Tetris2000 # Tetris2000
Another Tetris clone using Qt5 Another Tetris clone using Qt5

View File

@ -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",
), ),
) )