summaryrefslogtreecommitdiff
path: root/science/py-asdf/files/patch-pyproject.toml
blob: fb12db026158c9d35bc4705efb27fa261c9b604c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2025-11-06 16:08:46 UTC
+++ pyproject.toml
@@ -2,7 +2,7 @@ readme = 'README.rst'
 name = "asdf"
 description = "Python implementation of the ASDF Standard"
 readme = 'README.rst'
-license-files = ['LICENSE']
+license = { file = 'LICENSE' }
 authors = [{ name = 'The ASDF Developers' }]
 requires-python = '>=3.9'
 classifiers = [