Files
IfcOpenShell/src/blenderbim/pyproject.toml
T
Dion Moult 5b96b4a414 Bundle BBIM as a wheel
Yes we really did it
2024-07-18 20:24:17 +10:00

31 lines
707 B
TOML

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "blenderbim"
version = "0.0.0"
authors = [
{ name="Dion Moult", email="dion@thinkmoult.com" },
]
description = "A native Building Information Model authoring platform using IFC"
keywords = ["IFC", "Blender", "BIM"]
classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"ifcopenshell",
]
[project.urls]
Homepage = "http://blenderbim.org"
Documentation = "https://docs.blenderbim.org"
Issues = "https://github.com/IfcOpenShell/IfcOpenShell/issues"
[tool.setuptools.packages.find]
include = ["blenderbim*"]
exclude = ["test*"]
[tool.setuptools.package-data]
"*" = ["*.*"]