mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
Fix #4269. Include dateutil for ifcopenshell on pypi
This commit is contained in:
@@ -16,7 +16,7 @@ classifiers = [
|
||||
]
|
||||
[project.optional-dependencies]
|
||||
geometry = ["mathutils", "shapely"]
|
||||
date = ["isodate"]
|
||||
date = ["isodate", "dateutil"]
|
||||
[project.urls]
|
||||
"Homepage" = "http://ifcopenshell.org"
|
||||
"Bug Tracker" = "https://github.com/ifcopenshell/ifcopenshell/issues"
|
||||
|
||||
Reference in New Issue
Block a user