Remove a redundant keyword
- ID
39bacd0- date
2024-08-17 18:43:07+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
656f1e2- message
Remove a redundant keyword This is a copy/paste error from an old project.- changed files
1 file, 1 deletion
Changed files
pyproject.toml (1193) → pyproject.toml (1171)
diff --git a/pyproject.toml b/pyproject.toml
index c88084c..1685ce5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,6 @@ build-backend = "setuptools.build_meta"
name = "alexwlchan-python-js-files"
description = "Manipulate JavaScript data files from Python"
readme = "README.md"
-keywords = ["flickr"]
authors = [
{name = "Alex Chan", email = "alex@alexwlchan.net"},
]