first working version
This commit is contained in:
+6
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user