Include .xsd in ifctester package pypi distribution

This commit is contained in:
Thomas Krijnen
2023-07-29 09:34:26 +08:00
parent e6528559d6
commit 642e10a6a8
+2
View File
@@ -23,3 +23,5 @@ dependencies = [
[tool.setuptools.packages.find]
include = ["ifctester"]
exclude = ["test*"]
[tool.setuptools.package-data]
ifctester = ["*.xsd"]