Skip to content

Commit 786e439

Browse files
authored
Merge pull request #368 from maxfordham:add-license-to-pyproject.toml
add license files to pyproject.toml
2 parents 6956a42 + 24fc8c6 commit 786e439

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ requires = ["hatchling", "hatch-vcs"]
66
[project]
77
name = "ipyautoui"
88
dynamic = ["version"]
9+
license = "BSD"
10+
license-files = ["licenses/BSD.txt"]
911
description = "wrapper that sits on top of ipywidgets and other ipy widget libraries to template / automate the creation of widget forms. Uses pydantic to create defined data-container and serialisation to JSON. Includes example patterns for adding new custom widgets."
1012
readme = "README.md"
1113
authors = [{ name = "John Gunstone", email = "gunstone.john@gmail.com" }]
@@ -41,14 +43,12 @@ dependencies = [
4143
"wcmatch",
4244
]
4345

44-
4546
[project.urls]
4647
Homepage = "https://github.com/maxfordham/ipyautoui"
4748
Documentation = "https://maxfordham.github.io/ipyautoui/"
4849
Issues = "https://github.com/maxfordham/ipyautoui/issues"
4950
Changelog = "https://github.com/maxfordham/ipyautoui/releases"
5051

51-
5252
[tool.hatch.version]
5353
source = "vcs"
5454

0 commit comments

Comments
 (0)