Improve the description
- ID
4367ead- date
2024-08-17 18:43:19+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
39bacd0- message
Improve the description- changed files
1 file, 1 addition, 1 deletion
Changed files
pyproject.toml (1171) → pyproject.toml (1189)
diff --git a/pyproject.toml b/pyproject.toml
index 1685ce5..19b123b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "alexwlchan-python-js-files"
-description = "Manipulate JavaScript data files from Python"
+description = "Work with JSON which is stored as a value in a JavaScript file"
readme = "README.md"
authors = [
{name = "Alex Chan", email = "alex@alexwlchan.net"},