We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5315399 + 52720bd commit 99b58b3Copy full SHA for 99b58b3
1 file changed
pyproject.toml
@@ -2,18 +2,13 @@
2
name = "asdf_zarr"
3
description = "Asdf extension to support Zarr arrays"
4
readme = 'README.rst'
5
-license = { file = 'LICENSE' }
+license-files = ['LICENSE']
6
authors = [{ name = 'The ASDF Developers', email = 'help@stsci.edu' }]
7
requires-python = '>=3.9'
8
classifiers = [
9
'Development Status :: 5 - Production/Stable',
10
- "License :: OSI Approved :: BSD License",
11
'Programming Language :: Python',
12
'Programming Language :: Python :: 3',
13
- 'Programming Language :: Python :: 3.9',
14
- 'Programming Language :: Python :: 3.10',
15
- 'Programming Language :: Python :: 3.11',
16
- 'Programming Language :: Python :: 3.12',
17
]
18
dynamic = [
19
'version',
0 commit comments