Skip to content

Commit

Permalink
Merge pull request #20 from E-ARK-Software/feat/fixing-setup-file
Browse files Browse the repository at this point in the history
Including profiles/*.xml and schema/*.xsd in build
  • Loading branch information
carlwilson authored Feb 16, 2024
2 parents accd400 + 21610a9 commit cb67e98
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 @@ -46,6 +46,9 @@ testpaths = [
"tests",
]

[tool.setuptools.package-data]
"eark_validator" = ["ipxml/resources/profiles/*.xml", "ipxml/resources/schema/*.xsd"]

[tool.setuptools-git-versioning]
enabled = true
version_file = "VERSION"
Expand Down

0 comments on commit cb67e98

Please sign in to comment.