mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-08-20 13:00:01 +00:00
updating pyproject
This commit is contained in:
parent
3ffab4c95d
commit
8c9034e7d9
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,5 +7,5 @@ __pycache__/
|
|||||||
*.log
|
*.log
|
||||||
.idea/
|
.idea/
|
||||||
/target
|
/target
|
||||||
|
build/
|
||||||
data/
|
data/
|
@ -2,6 +2,16 @@
|
|||||||
requires = ["maturin>=1.0,<2.0"]
|
requires = ["maturin>=1.0,<2.0"]
|
||||||
build-backend = "maturin"
|
build-backend = "maturin"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
name = "msyrs"
|
||||||
|
version = "0.0.1"
|
||||||
|
requires-python = ">=3.7"
|
||||||
|
classifiers = [
|
||||||
|
"Programming Language :: Rust",
|
||||||
|
"Programming Language :: Python :: Implementation :: CPython",
|
||||||
|
"Programming Language :: Python :: Implementation :: PyPy",
|
||||||
|
]
|
||||||
|
|
||||||
[tool.maturin]
|
[tool.maturin]
|
||||||
# "extension-module" tells pyo3 we want to build an extension module (skips linking against libpython.so)
|
# "extension-module" tells pyo3 we want to build an extension module (skips linking against libpython.so)
|
||||||
features = ["pyo3/extension-module"]
|
features = ["pyo3/extension-module"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user