summaryrefslogtreecommitdiff
path: root/science/py-asdf-standard/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'science/py-asdf-standard/files/patch-pyproject.toml')
-rw-r--r--science/py-asdf-standard/files/patch-pyproject.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/science/py-asdf-standard/files/patch-pyproject.toml b/science/py-asdf-standard/files/patch-pyproject.toml
new file mode 100644
index 000000000000..5038faf2d1d0
--- /dev/null
+++ b/science/py-asdf-standard/files/patch-pyproject.toml
@@ -0,0 +1,20 @@
+--- pyproject.toml.orig 2025-05-21 16:47:38 UTC
++++ pyproject.toml
+@@ -3,7 +3,7 @@ requires-python = '>=3.9'
+ description = 'The ASDF Standard schemas'
+ readme = 'README.md'
+ requires-python = '>=3.9'
+-license-files = ['LICENSE']
++license = { file = 'LICENSE' }
+ authors = [{ name = 'The ASDF Developers', email = 'help@stsci.edu' }]
+ classifiers = [
+ 'Programming Language :: Python',
+@@ -41,7 +41,7 @@ requires = [
+
+ [build-system]
+ requires = [
+- "setuptools >=77",
++ "setuptools >=61",
+ "setuptools_scm[toml] >=3.4",
+ "wheel",
+ ]