-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (24 loc) · 812 Bytes
/
pyproject.toml
File metadata and controls
30 lines (24 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[project]
authors = [
{ name = "Yves Boudreault", email = "yves.boudreault@autodesk.com" }
]
[build-system]
requires = ["sip >=6.6.2, <6.7"] # Sip version 6.7.0 and higher are broken for handling template FbxArray
# This commit probably broke the templates
# 2022-07-17 Phil Thompson <phil@riverbankcomputing.com>
#
# * NEWS, sipbuild/generator/parser/instantiations.py:
# Fixed the instantiation of template values.
# [323d39a2d602] <6.6-maint>
build-backend = "sipbuild.api"
# Specify the PEP 566 metadata for the project.
[tool.sip.metadata]
name = "fbx"
description = "Autodesk FBX Python Bindings"
readme = "readme.txt"
[tool.sip.project]
sip-files-dir = "sip"
# Configure the building of the fbx bindings.
[tool.sip.bindings.fbx_module]
include-dirs = ["../../../include"]
library-dirs = ["."]