afutc/pyproject.toml

20 lines
394 B
TOML
Raw Normal View History

2019-11-01 23:06:13 +00:00
[tool.poetry]
name = "afutc"
2019-11-10 06:35:36 +00:00
version = "1.5.0"
2019-11-07 19:37:42 +00:00
description = "Another Fucking Ugly Tetris Clone"
2019-11-01 23:06:13 +00:00
authors = ["kirbylife <gabriel13m@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.6"
numpy = "^1.17"
[tool.poetry.dev-dependencies]
pytest = "^3.0"
2019-11-06 23:48:53 +00:00
ipython = "^7.9"
2019-11-01 23:06:13 +00:00
2019-11-06 23:48:53 +00:00
[tool.poetry.scripts]
start = "afutc:start"
2019-11-01 23:06:13 +00:00
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"