Files
IfcOpenShell/src/blenderbim/pyproject.toml
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

31 lines
707 B
TOML
Raw Normal View History

2024-07-18 20:20:34 +10:00
[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]
"*" = ["*.*"]