Fix #4631. Fix packaging problem on PyPI for IfcPatch.

This commit is contained in:
Dion Moult
2024-05-07 23:36:56 +10:00
parent 93639e9e50
commit 5da4fbb39c
+1 -1
View File
@@ -23,5 +23,5 @@ Documentation = "https://docs.ifcopenshell.org"
Issues = "https://github.com/IfcOpenShell/IfcOpenShell/issues"
[tool.setuptools.packages.find]
include = ["ifcpatch"]
include = ["ifcpatch*"]
exclude = ["test*"]