quantum_queries/pyproject.toml

15 lines
319 B
TOML
Raw Normal View History

2023-02-22 16:58:37 +00:00
[build-system]
requires = ["maturin>=0.14,<0.15"]
build-backend = "maturin"
[project]
name = "adversary"
2023-02-22 16:58:37 +00:00
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]