archive
/
svg-hush-py
Archived
1
Fork 0
This repository has been archived on 2023-04-13. You can view files and clone it, but cannot push or open issues or pull requests.
svg-hush-py/pyproject.toml

13 lines
313 B
TOML

[build-system]
requires = ["maturin==0.12.20"]
build-backend = "maturin"
[project]
name = "svg-hush"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]