You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(py): add PyPI metadata so the project page has a description
The 0.0.2 wheel went up with no `description`, no long-description
README, and no project URLs because pyproject.toml only carried name +
version. Add a one-line summary, point `readme` at the existing
sqlshield-py/README.md, declare authors, license, keywords, project
URLs, and a fuller classifier set so `pip show` and the PyPI project
page render properly.
0 commit comments