mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Super simple wheel creator for PyPi
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
[project]
|
||||
name = "ifcopenshell"
|
||||
version = "0.7.0"
|
||||
authors = [
|
||||
{ name="Dion Moult", email="dion@thinkmoult.com" },
|
||||
]
|
||||
description = "Python bindings, utility functions, and high-level API for IfcOpenShell"
|
||||
readme = "README.md"
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
|
||||
]
|
||||
[project.urls]
|
||||
"Homepage" = "http://ifcopenshell.org"
|
||||
"Bug Tracker" = "https://github.com/ifcopenshell/ifcopenshell/issues"
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["dist"]
|
||||
include = ["ifcopenshell*"]
|
||||
[tool.setuptools.package-data]
|
||||
ifcopenshell = ["*.pyd", "*.so", "*.json"]
|
||||
"ifcopenshell.util" = ["*.json", "schema/*.ifc"]
|
||||
Reference in New Issue
Block a user