afutc/pyproject.toml

20 lines
394 B
TOML

[tool.poetry]
name = "afutc"
version = "1.1.0"
description = "Another Fucking Ugly Tetris Clone"
authors = ["kirbylife <gabriel13m@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.6"
numpy = "^1.17"
[tool.poetry.dev-dependencies]
pytest = "^3.0"
ipython = "^7.9"
[tool.poetry.scripts]
start = "afutc:start"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"