Update project name to shifter-toolkit for PyPI compatibility #2
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
danial2026/Shifter!2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "pypi"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
@ -0,0 +7,4 @@__all__ = ["__version__"]try:__version__ = metadata.version("shifter")Bug: Version Lookup Fails Due to Naming Mismatch
The
__version__lookup usesmetadata.version("shifter"), but the package name was updated to "shifter-toolkit" inpyproject.toml. This mismatch causes aPackageNotFoundError, leading the version to incorrectly default to "0.0.0" instead of the actual installed version.