Skip to content

Commit ce360cd

Browse files
committed
packages/python-flint: Add flintlib/python-flint#108 as a patch
1 parent 7a02074 commit ce360cd

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
From a3bacbe0b73d743c00a595740b288b144b69c2a4 Mon Sep 17 00:00:00 2001
2+
From: Matthias Koeppe <[email protected]>
3+
Date: Wed, 24 Jan 2024 21:40:55 -0800
4+
Subject: [PATCH] pyproject.toml: New
5+
6+
---
7+
pyproject.toml | 5 +++++
8+
1 file changed, 5 insertions(+)
9+
create mode 100644 pyproject.toml
10+
11+
diff --git a/pyproject.toml b/pyproject.toml
12+
new file mode 100644
13+
index 0000000..657c8df
14+
--- /dev/null
15+
+++ b/pyproject.toml
16+
@@ -0,0 +1,5 @@
17+
+[build-system]
18+
+requires = ["setuptools",
19+
+ "numpy",
20+
+ "Cython>=3"]
21+
+build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)