Skip to content

Commit b7b9b09

Browse files
committed
Missing license in sdist
1 parent e33606a commit b7b9b09

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

python/ipyleaflet/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ dynamic = [
3838
"version",
3939
]
4040

41+
[project.license]
42+
file = "LICENSE"
43+
4144
[tool.hatch.version]
4245
path = "ipyleaflet/_version.py"
4346
source = "code"

python/jupyter_leaflet/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ dynamic = [
3535
[project.urls]
3636
Homepage = "https://github.com/jupyter-widgets/ipyleaflet"
3737

38+
[project.license]
39+
file = "LICENSE"
40+
3841
[tool.hatch.build]
3942
artifacts = [
4043
"nbextension/index.*",

0 commit comments

Comments
 (0)