Skip to content

Commit e90d7cc

Browse files
balazsdukaiaothms
authored andcommitted
Init package
1 parent 1a3bf51 commit e90d7cc

File tree

7 files changed

+27
-0
lines changed

7 files changed

+27
-0
lines changed

src/ifccityjson/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.egg-info
2+
build
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/ifccityjson/pyproject.toml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[build-system]
2+
requires = ["setuptools>=61.0"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[project]
6+
name = "ifccityjson"
7+
version = "0.1.0"
8+
authors = [
9+
{ name = "Laurens J.N. Oostwegel", email = "l.oostwegel@gmail.com" },
10+
{ name = "Balázs Dukai", email = "balazs.dukai@3dgi.nl" },
11+
]
12+
description = "Converter for CityJSON files and IFC"
13+
readme = "README.md"
14+
keywords = ["IFC", "CityJSON"]
15+
classifiers = [
16+
"Programming Language :: Python :: 3",
17+
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
18+
]
19+
dependencies = [
20+
"ifcopenshell>=0.7",
21+
"cjio>=0.8"
22+
]
23+
[project.urls]
24+
"Homepage" = "http://ifcopenshell.org"
25+
"Bug Tracker" = "https://github.com/ifcopenshell/ifcopenshell/issues"

0 commit comments

Comments
 (0)