mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 15:53:00 +00:00
Share common makefile instructions, use venv for running build, and separate dist/build dirs
This commit is contained in:
@@ -23,8 +23,8 @@ Documentation = "https://docs.ifcopenshell.org"
|
||||
Issues = "https://github.com/IfcOpenShell/IfcOpenShell/issues"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["ifctester"]
|
||||
include = ["ifctester*"]
|
||||
exclude = ["test*"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
ifctester = ["*.xsd", "templates/*.html"]
|
||||
"*" = ["*.*"]
|
||||
|
||||
Reference in New Issue
Block a user