Skip to content

Commit 99b58b3

Browse files
authored
Merge pull request #48 from braingram/license_files
fix setuptools warnings from pyprojec.toml license def
2 parents 5315399 + 52720bd commit 99b58b3

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,13 @@
22
name = "asdf_zarr"
33
description = "Asdf extension to support Zarr arrays"
44
readme = 'README.rst'
5-
license = { file = 'LICENSE' }
5+
license-files = ['LICENSE']
66
authors = [{ name = 'The ASDF Developers', email = 'help@stsci.edu' }]
77
requires-python = '>=3.9'
88
classifiers = [
99
'Development Status :: 5 - Production/Stable',
10-
"License :: OSI Approved :: BSD License",
1110
'Programming Language :: Python',
1211
'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',
1712
]
1813
dynamic = [
1914
'version',

0 commit comments

Comments
 (0)