Skip to content

Commit

Permalink
Add license to dynamic files
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Aug 15, 2024
1 parent 965c6ea commit d26fb6b
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 @@ -39,7 +39,7 @@ where = ["src"]
simplification = ["*.dylib", "*.dll", "*.so", "*.h"]

[tool.setuptools.dynamic]
readme = {file = "README.md", content-type = "text/markdown"}
readme = {file = ["README.md", "LICENSE.md"], content-type = "text/markdown"}

[build-system]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit d26fb6b

Please sign in to comment.