Skip to content

Commit

Permalink
package to include xsd schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Nov 12, 2024
1 parent 7d7cf89 commit 1d1d5cb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -249,13 +249,17 @@ include-package-data = true
[tool.setuptools.dynamic.version]
attr = "fastkml.about.__version__"

[tool.setuptools.package-data]
fastkml = [
"schema/*.xsd",
]

[tool.setuptools.packages.find]
exclude = [
"docs/*",
]
include = [
"fastkml*",
"fastkml/py.typed",
"fastkml/schema/*.xsd",
]
namespaces = false

0 comments on commit 1d1d5cb

Please sign in to comment.