Skip to main content

Fix a typo in the project name

ID
8d5ba4e
date
2025-01-20 10:26:25+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
b2e6249
message
Fix a typo in the project name
changed files
1 file, 1 addition, 1 deletion

Changed files

pyproject.toml (90) → pyproject.toml (89)

diff --git a/pyproject.toml b/pyproject.toml
index a37f4fe..88ab582 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
 [project]
-name = "snipperts"
+name = "snippets"
 version = "1.0"
 
 [tool.mypy]