Created
June 13, 2023 13:04
-
-
Save ognis1205/c9a002070a755027936387b5fffc8e3f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[build-system] | |
requires = ["maturin>=1.0,<2.0"] | |
build-backend = "maturin" | |
[project] | |
name = "my-first-pyo3" | |
requires-python = ">=3.7" | |
classifiers = [ | |
"Programming Language :: Rust", | |
"Programming Language :: Python :: Implementation :: CPython", | |
"Programming Language :: Python :: Implementation :: PyPy", | |
] | |
[tool.maturin] | |
features = ["pyo3/extension-module"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment