Skip to content

Commit 52adf0f

Browse files
Change pyproject.toml to be SPDX compliant
1 parent 2f940cc commit 52adf0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [{name = "'John Kitchin and Michael E. Rose", email = "Michael.Ernst.R
88
maintainers = [{name = "Michael E. Rose", email = "Michael.Ernst.Rose@gmail.com"}]
99
description = "Python-based API-Wrapper to access Scopus and ScienceDirect"
1010
readme = "README.rst"
11-
license = {text = "MIT"}
11+
license = "MIT"
1212
dependencies = [
1313
"requests",
1414
"tqdm",
@@ -18,7 +18,6 @@ classifiers = [
1818
"Development Status :: 5 - Production/Stable",
1919
"Intended Audience :: Science/Research",
2020
"Intended Audience :: Developers",
21-
"License :: OSI Approved :: MIT License",
2221
"Natural Language :: English",
2322
"Operating System :: OS Independent",
2423
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)