15 lines
321 B
TOML
15 lines
321 B
TOML
|
[build-system]
|
||
|
requires = ["maturin>=0.14,<0.15"]
|
||
|
build-backend = "maturin"
|
||
|
|
||
|
[project]
|
||
|
name = "graph_force"
|
||
|
requires-python = ">=3.7"
|
||
|
classifiers = [
|
||
|
"Programming Language :: Rust",
|
||
|
"Programming Language :: Python :: Implementation :: CPython",
|
||
|
"Programming Language :: Python :: Implementation :: PyPy",
|
||
|
]
|
||
|
|
||
|
|