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

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# pybind11 example
## Building
```sh
xrepo env python -m pip install build
xrepo env python -m build -w
```
Wheels are built in the `dist` directory:
```sh
$ ls dist
example-0.0.1-cp313-cp313-linux_x86_64.whl
$ pip install dist/xmake_test-0.0.1-cp313-cp313-linux_x86_64.whl
```