Skip to content

Commit 397d7c7

Browse files
author
Jonathan Kliem
committed
added pyproject.toml
1 parent e8175fb commit 397d7c7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
include AUTHORS
2-
include setup.py cydoctest.py test.py
2+
include setup.py cydoctest.py test.py pyproject.toml
33
graft memory_allocator

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools", "wheel", "Cython"]
3+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)