Skip to content

Commit

Permalink
packages/python-flint: Add flintlib/python-flint#108 as a patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jan 25, 2024
1 parent 15198c4 commit 1ed4579
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/python-flint/patches/108.patch
@@ -0,0 +1,21 @@
From a3bacbe0b73d743c00a595740b288b144b69c2a4 Mon Sep 17 00:00:00 2001
From: Matthias Koeppe <mkoeppe@math.ucdavis.edu>
Date: Wed, 24 Jan 2024 21:40:55 -0800
Subject: [PATCH] pyproject.toml: New

---
pyproject.toml | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 pyproject.toml

diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..657c8df
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,5 @@
+[build-system]
+requires = ["setuptools",
+ "numpy",
+ "Cython>=3"]
+build-backend = "setuptools.build_meta"

0 comments on commit 1ed4579

Please sign in to comment.