Skip to content

Instantly share code, notes, and snippets.

@ognis1205
Created June 13, 2023 13:04
Show Gist options
  • Save ognis1205/c9a002070a755027936387b5fffc8e3f to your computer and use it in GitHub Desktop.
Save ognis1205/c9a002070a755027936387b5fffc8e3f to your computer and use it in GitHub Desktop.
[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