diff options
Diffstat (limited to 'science/py-asdf/files/patch-pyproject.toml')
-rw-r--r-- | science/py-asdf/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/science/py-asdf/files/patch-pyproject.toml b/science/py-asdf/files/patch-pyproject.toml new file mode 100644 index 000000000000..be3ddaa30ee5 --- /dev/null +++ b/science/py-asdf/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- 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 = [ |