2023-01-10 21:42:07 +00:00
|
|
|
[build-system]
|
2023-06-14 07:45:32 +00:00
|
|
|
requires = ["maturin>=1,<2"]
|
2023-01-10 21:42:07 +00:00
|
|
|
build-backend = "maturin"
|
|
|
|
|
|
|
|
[project]
|
|
|
|
name = "plugin_api"
|
|
|
|
requires-python = ">=3.7"
|
|
|
|
classifiers = [
|
|
|
|
"Programming Language :: Rust",
|
|
|
|
"Programming Language :: Python :: Implementation :: CPython",
|
|
|
|
"Programming Language :: Python :: Implementation :: PyPy",
|
|
|
|
]
|
2023-10-20 21:37:04 +00:00
|
|
|
|
|
|
|
[project.optional-dependencies]
|
|
|
|
dev = ["pytest"]
|