Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "papermill"
description = "Parameterize and run Jupyter and nteract Notebooks"
readme = "README.md"
keywords = [ "jupyter", "mapreduce", "notebook", "nteract", "pipeline" ]
license = { text = "BSD" }
license = "BSD-3-Clause"
authors = [
{ name = "nteract contributors", email = "nteract@googlegroups.com" },
]
Expand All @@ -17,7 +17,6 @@ classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
Expand Down
Loading