Skip to content

Commit

Permalink
add package-data to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Feb 20, 2024
1 parent 83f5b38 commit 96ed344
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ dependencies = [
"pynxtools>=0.0.10"
]

[tool.setuptools.package-data]
pynxtools-xps = ["*.json"]

[project.entry-points."pynxtools.reader"]
xps = "pynxtools_xps.reader:XPSReader"

Expand Down

0 comments on commit 96ed344

Please sign in to comment.