Skip to content

Commit 0079b54

Browse files
committed
Use SPDX license expression, drop deprecated license classifier
1 parent 8d8d155 commit 0079b54

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "papermill"
88
description = "Parameterize and run Jupyter and nteract Notebooks"
99
readme = "README.md"
1010
keywords = [ "jupyter", "mapreduce", "notebook", "nteract", "pipeline" ]
11-
license = { text = "BSD" }
11+
license = "BSD-3-Clause"
1212
authors = [
1313
{ name = "nteract contributors", email = "nteract@googlegroups.com" },
1414
]
@@ -17,7 +17,6 @@ classifiers = [
1717
"Intended Audience :: Developers",
1818
"Intended Audience :: Science/Research",
1919
"Intended Audience :: System Administrators",
20-
"License :: OSI Approved :: BSD License",
2120
"Programming Language :: Python",
2221
"Programming Language :: Python :: 3 :: Only",
2322
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)