initial commit

This commit is contained in:
2025-12-07 15:15:19 +01:00
commit 6574eebb49
5 changed files with 86 additions and 0 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[build-system]
requires = ["xmake-python >= 0.1.7"]
build-backend = "xmake_python"
[project]
name = 'example'
version = '0.0.1'
description = 'example for pybind11'
readme = 'README.md'
[tool.xmake.xmaker]
# https://github.com/xmake-io/xmake/issues/4537
command = "--policies=package.include_external_headers:n"