add py config for external use

This commit is contained in:
Bill
2025-11-17 15:08:01 -07:00
parent 961b05e7a9
commit 8db32ceb5b

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "unchecked-io"
version = "0.1.0"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: 3",
]