summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorSavagePeanut <sourcehut@lazytapir.com>2023-07-30 15:53:19 -0500
committerSavagePeanut <sourcehut@lazytapir.com>2023-07-30 16:13:54 -0500
commitabd8ad5fd2c1e014633ccd83fd0f4de01b5e7a28 (patch)
treea98de62624a42cd076d81d7e5772bad0443a59a3 /pyproject.toml
parentf290f20011d6ccafe8a4f0adaaab0c157a2c0107 (diff)
rename to slidge_style_parser
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 7e6eee5..f2aeb35 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@ requires = ["maturin>=0.14,<0.15"]
build-backend = "maturin"
[project]
-name = "style-parser"
+name = "slidge-style-parser"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",