ports/science/py-asdf/files/patch-pyproject.toml
2025-06-13 14:03:52 +08:00

12 lines
380 B
TOML

--- pyproject.toml.orig 2025-05-30 20:49:07 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', email = 'help@stsci.edu' }]
requires-python = '>=3.9'
classifiers = [