20 lines
345 B
TOML
20 lines
345 B
TOML
|
[tool.poetry]
|
||
|
name = "afutc"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["kirbylife <gabriel13m@gmail.com>"]
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.6"
|
||
|
numpy = "^1.17"
|
||
|
|
||
|
[tool.poetry.dev-dependencies]
|
||
|
pytest = "^3.0"
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry>=0.12"]
|
||
|
build-backend = "poetry.masonry.api"
|
||
|
|
||
|
[tool.poetry.scripts]
|
||
|
start = "afutc:start"
|