Skip to content

Commit ad630bf

Browse files
author
Matthias Koeppe
committed
pyproject.toml: New
1 parent 5248dc4 commit ad630bf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[build-system]
2+
requires = [
3+
'setuptools >= 68.1.1',
4+
'cython >=3.0, != 3.0.3, <4.0',
5+
'cysignals >=1.10.2',
6+
'sagemath-environment',
7+
'sagemath-categories',
8+
]
9+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)