summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 3fda5a7c784c4b7f9c3616d1da762cdf37de4b0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[build-system]
requires = ["setuptools >= 69.0", "wheel"]
build-backend = "setuptools.build_meta"


[project]
name = 'polymatrix'
version = '0.0.1'
authors = [
  { name="Michael Schneeberger", email="michael.schneeberger@fhnw.com" },
]
description = 'A library to represent and manipulate multivariate polynomials'
readme = "README.md"
requires-python = ">=3.10"


[tool.setuptools.packages]
find = {}