mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
No longer optional for a better first experience. They aren't huge deps.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools>=61.0"]
|
requires = ["setuptools>=61.0"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "ifcopenshell"
|
name = "ifcopenshell"
|
||||||
version = "0.7.0.999999"
|
version = "0.7.0.999999"
|
||||||
@@ -14,15 +15,16 @@ classifiers = [
|
|||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
|
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
|
||||||
]
|
]
|
||||||
[project.optional-dependencies]
|
dependencies = ["mathutils", "shapely", "numpy", "isodate", "dateutil", "lark"]
|
||||||
geometry = ["mathutils", "shapely", "numpy"]
|
|
||||||
date = ["isodate", "dateutil"]
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
"Homepage" = "http://ifcopenshell.org"
|
"Homepage" = "http://ifcopenshell.org"
|
||||||
"Bug Tracker" = "https://github.com/ifcopenshell/ifcopenshell/issues"
|
"Bug Tracker" = "https://github.com/ifcopenshell/ifcopenshell/issues"
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
where = ["dist"]
|
where = ["dist"]
|
||||||
include = ["ifcopenshell*"]
|
include = ["ifcopenshell*"]
|
||||||
|
|
||||||
[tool.setuptools.package-data]
|
[tool.setuptools.package-data]
|
||||||
ifcopenshell = ["*.pyd", "*.so", "*.json"]
|
ifcopenshell = ["*.pyd", "*.so", "*.json"]
|
||||||
"ifcopenshell.util" = ["*.json", "schema/*.ifc"]
|
"ifcopenshell.util" = ["*.json", "schema/*.ifc"]
|
||||||
|
|||||||
@@ -15,9 +15,7 @@ classifiers = [
|
|||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
|
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = ["ifcopenshell", "toposort", "numpy"]
|
||||||
"ifcopenshell",
|
|
||||||
]
|
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "http://ifcopenshell.org"
|
Homepage = "http://ifcopenshell.org"
|
||||||
|
|||||||
Reference in New Issue
Block a user