first working version

This commit is contained in:
Jedd Morgan
2025-06-15 22:36:48 +01:00
parent c6574caf24
commit 9b4ed31b72
10 changed files with 385 additions and 30 deletions
+6 -2
View File
@@ -1,11 +1,11 @@
[project]
name = "ifc-openshell-file-importer"
name = "speckleifc"
version = "0.1.0"
description = "Add your description here"
authors = [{ name = "Speckle Systems", email = "devops@speckle.systems" }]
license = { text = "Apache-2.0" }
readme = "README.md"
requires-python = ">=3.13"
requires-python = ">=3.12, <4.0"
dependencies = [
"ifcopenshell>=0.8.2",
"specklepy>=3.0.1",
@@ -38,6 +38,10 @@ select = [
"I",
]
[build-system]
requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"
[project.urls]
repository = "https://github.com/specklesystems/ifc-openshell-file-importer"
documentation = "https://speckle.guide/dev/py-examples.html"