We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14951e commit 1e84011Copy full SHA for 1e84011
packages/python-flint/patches/108.patch
@@ -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