Distribute IfcCityJSON on PyPI

This commit is contained in:
Dion Moult
2024-06-26 13:53:55 +10:00
parent f740ca3cf1
commit b85dcdb437
5 changed files with 92 additions and 8 deletions
+11 -5
View File
@@ -4,22 +4,28 @@ build-backend = "setuptools.build_meta"
[project]
name = "ifccityjson"
version = "0.1.0"
version = "0.0.0"
authors = [
{ name = "Laurens J.N. Oostwegel", email = "l.oostwegel@gmail.com" },
{ name = "Balázs Dukai", email = "balazs.dukai@3dgi.nl" },
]
description = "Converter for CityJSON files and IFC"
readme = "README.md"
keywords = ["IFC", "CityJSON"]
keywords = ["IFC", "CityJSON", "BIM"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
]
dependencies = [
"ifcopenshell>=0.7",
"ifcopenshell",
"cjio>=0.8"
]
[project.urls]
"Homepage" = "http://ifcopenshell.org"
"Bug Tracker" = "https://github.com/ifcopenshell/ifcopenshell/issues"
Homepage = "http://ifcopenshell.org"
Documentation = "https://docs.ifcopenshell.org"
Issues = "https://github.com/IfcOpenShell/IfcOpenShell/issues"
[tool.setuptools.packages.find]
include = ["ifccityjson"]
exclude = ["test*"]