initial commit
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user