diff options
| author | SavagePeanut <sourcehut@lazytapir.com> | 2023-07-28 16:00:22 -0500 |
|---|---|---|
| committer | SavagePeanut <sourcehut@lazytapir.com> | 2023-07-30 15:23:11 -0500 |
| commit | f290f20011d6ccafe8a4f0adaaab0c157a2c0107 (patch) | |
| tree | f07c68ebbd8bbb21bf19d92523d1c58308f850aa /pyproject.toml | |
style outgoing messages
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..7e6eee5 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,16 @@ +[build-system] +requires = ["maturin>=0.14,<0.15"] +build-backend = "maturin" + +[project] +name = "style-parser" +requires-python = ">=3.7" +classifiers = [ + "Programming Language :: Rust", + "Programming Language :: Python :: Implementation :: CPython", + "Programming Language :: Python :: Implementation :: PyPy", +] + + +[tool.maturin] +features = ["pyo3/extension-module"] |
