You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
330 B
17 lines
330 B
[tool.poetry]
|
|
name = "monotone"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Yasuhiro Yamaguchi <altescy@fastmail.com>"]
|
|
license = "MIT"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
maturin = "^0.10.4"
|
|
pytest = "^6.2.3"
|
|
|
|
[build-system]
|
|
requires = ["maturin>=0.10,<0.11"]
|
|
build-backend = "maturin"
|