This repository has been archived on 2023-04-13. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
svg-hush-py/pyproject.toml
2022-08-02 14:15:25 +01:00

12 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",
]