aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 03e944af16730c35b6e8e482989636c443a69cb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tool.poetry]
name = "mdpoly"
version = "0.1.0"
description = "Multivariate Polynomials"
authors = ["Nao Pross <np@0hm.ch>"]
license = "AGPL3"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.10,<4.0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"