Skip to content

Commit

Permalink
Fix-up packaging license files in wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Dec 8, 2023
1 parent f6752ac commit e7f7d74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/cucim/LICENSE
1 change: 1 addition & 0 deletions python/cucim/LICENSE-3rdparty.md
5 changes: 4 additions & 1 deletion python/cucim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ docs = [
cucim = "cucim.clara.cli:main"

[tool.setuptools]
license-files = ["LICENSE"]
license-files = [
"LICENSE",
"LICENSE-3rdparty.md",
]
include-package-data = true

[tool.setuptools.dynamic]
Expand Down

0 comments on commit e7f7d74

Please sign in to comment.