Skip to content

Commit

Permalink
Include PyPDF2 licence file into wheel
Browse files Browse the repository at this point in the history
Fixes #335.
  • Loading branch information
MatthiasValvekens committed Nov 18, 2023
1 parent 4639d18 commit bba555c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ pyhanko = "pyhanko.__main__:launch"

[tool.setuptools]
include-package-data = false
license-files = ["LICENSE", "pyhanko/pdf_utils/LICENSE.PyPDF2"]

[tool.setuptools.dynamic]
version = {attr = "pyhanko.version.__version__"}
Expand Down

0 comments on commit bba555c

Please sign in to comment.