Skip to content

Commit 749dddc

Browse files
authored
Handle license (#315)
* Handle license * Update pyproject.toml
1 parent b4695ca commit 749dddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
name = "jupyter_releaser"
77
description = "Jupyter Releaser for Python and/or npm packages."
8-
license = {text = "BSD 3-Clause License"}
8+
license = {file = "LICENSE"}
99
authors = [{name = "Jupyter Development Team", email = "[email protected]"}]
1010
keywords = ["ipython", "jupyter"]
1111
classifiers = [

0 commit comments

Comments
 (0)