README: CI badge; pyproject: align keywords with marketing brief#2
Merged
Conversation
…keting brief
Two small discoverability fixes flagged during the siftfy.io SEO audit
(Task 12 of the marketing brief). Everything else from that checklist
is already in place: PyPI publication, trusted-publishing-on-tag
workflow, install/quickstart/async/errors/config/resources sections in
the README, MIT LICENSE file, project URLs.
- README.md: add a CI workflow badge between the Python-versions and
License badges. Was the only one of the brief's three required
badges (PyPI version, build status, license) that wasn't already
shown.
- pyproject.toml keywords: add "spam-api", "spam-classification", and
"moderation". Existing entries kept ("spam-classifier", "api-client",
"siftfy") since they don't hurt and a couple are higher-traffic
search terms on PyPI than the brief's wording.
No source / behaviour changes — README and metadata only.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two small discoverability fixes flagged during the siftfy.io SEO audit (Task 12 of the marketing brief).
What changed
README.md— CI build-status badge added between Python-versions and License. Of the brief's three required badges (PyPI version, build status, license), this was the only one not already shown.pyproject.toml—keywordsextended withspam-api,spam-classification, andmoderation. Existing entries (spam-classifier,api-client,siftfy,content-moderation,spam,spam-detection) stay — they don't hurt and a few are higher-traffic PyPI search terms than the brief's exact wording.What was already done (and didn't need changes)
pypi.org/pypi/siftfy/jsonreturns 200; the package is live..github/workflows/publish.yml(verifies tag matches_version.pybefore pushing).httpx.Clientinjection), resources, license.LICENSEfile at root.[project.urls]table: Homepage, Documentation, Source, Issues, Changelog.Test plan
CIworkflow is passing onmain.🤖 Generated with Claude Code