2023-03-25 06:39:54 +00:00
|
|
|
[build-system]
|
|
|
|
requires = ["maturin>=0.14,<0.15"]
|
|
|
|
build-backend = "maturin"
|
|
|
|
|
|
|
|
[project]
|
|
|
|
name = "jellyfish"
|
|
|
|
requires-python = ">=3.7"
|
|
|
|
classifiers = [
|
|
|
|
"Programming Language :: Rust",
|
|
|
|
"Programming Language :: Python :: Implementation :: CPython",
|
|
|
|
"Programming Language :: Python :: Implementation :: PyPy",
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[tool.maturin]
|
2023-03-27 00:32:12 +00:00
|
|
|
features = ["pyo3/extension-module", "python"]
|
2023-03-25 06:39:54 +00:00
|
|
|
python-source = "python"
|