mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
Fix #4631. Fix packaging problem on PyPI for IfcPatch.
This commit is contained in:
@@ -23,5 +23,5 @@ Documentation = "https://docs.ifcopenshell.org"
|
|||||||
Issues = "https://github.com/IfcOpenShell/IfcOpenShell/issues"
|
Issues = "https://github.com/IfcOpenShell/IfcOpenShell/issues"
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
include = ["ifcpatch"]
|
include = ["ifcpatch*"]
|
||||||
exclude = ["test*"]
|
exclude = ["test*"]
|
||||||
|
|||||||
Reference in New Issue
Block a user