blob: 5bbbe077d07076f2bd1cbdfe4dc00ed097e904c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- pyproject.toml.orig 2023-04-02 19:57:07 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["maturin>=0.14,<0.15"]
+requires = ["maturin>=0.14,<2"]
build-backend = "maturin"
[project]
@@ -24,3 +24,4 @@ python-source = "python"
[tool.maturin]
features = ["pyo3/extension-module", "python"]
python-source = "python"
+module-name = "jellyfish._rustyfish"
|