added info

master
kirbylife 2019-11-07 13:37:42 -06:00
parent a8f5c24eaa
commit 58df82795c
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[tool.poetry] [tool.poetry]
name = "afutc" name = "afutc"
version = "0.1.0" version = "1.0.0"
description = "" description = "Another Fucking Ugly Tetris Clone"
authors = ["kirbylife <gabriel13m@gmail.com>"] authors = ["kirbylife <gabriel13m@gmail.com>"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
@ -17,4 +17,3 @@ start = "afutc:start"
[build-system] [build-system]
requires = ["poetry>=0.12"] requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api" build-backend = "poetry.masonry.api"