Skip to content

Commit

Permalink
build: add LICENSE.md to pypi source-includes
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 30, 2023
1 parent 27be1c1 commit ca0de62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ update_changelog_on_bump = true
version = {from = "fmtm_splitter/__version__.py"}
[tool.pdm.build]
includes = ["fmtm_splitter"]
source-includes = ["tests", "LICENSE", "README.md"]
source-includes = ["LICENSE.md", "README.md"]
[tool.pdm.dev-dependencies]
dev = [
"black>=23.7.0",
Expand Down

0 comments on commit ca0de62

Please sign in to comment.