Skip to content

Commit c3c990a

Browse files
committed
Update pyproject.toml
How you specify license stuff changed and was causing some warnings.
1 parent df548a9 commit c3c990a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ description = "Extract, validate, and convert tabular data for deposition into r
88
readme = "README.rst"
99
requires-python = ">=3.10"
1010
keywords = ["mwtab", "metabolomics workbench"]
11-
license = {file = "LICENSE"}
11+
license = "LicenseRef-BSD-3-Clause-Clear-With-Publication-Clause"
12+
license-files = ["LICENSE"]
1213
classifiers = [
1314
'Environment :: Console',
1415
'Intended Audience :: Developers',
1516
'Intended Audience :: Science/Research',
16-
'License :: OSI Approved :: BSD License',
1717
'Operating System :: OS Independent',
1818
'Programming Language :: Python :: 3.10',
1919
'Programming Language :: Python :: 3.11',

0 commit comments

Comments
 (0)