Skip to content

fix: use hyphenated distribution name#125

Merged
tobiasraabe merged 1 commit into
mainfrom
codex/use-hyphenated-distribution-name
Jun 19, 2026
Merged

fix: use hyphenated distribution name#125
tobiasraabe merged 1 commit into
mainfrom
codex/use-hyphenated-distribution-name

Conversation

@tobiasraabe

Copy link
Copy Markdown
Member

Summary

  • Change the project distribution name from pytask_r to pytask-r in pyproject.toml.
  • Keep the import package and pytask plugin entry point as pytask_r.

Why

PyPI displays the distribution name from package metadata in the install command. Python packaging normalizes underscores and hyphens to the same project key, but using the hyphenated distribution name keeps PyPI aligned with the README, repository name, and installation instructions.

Validation

  • rebased onto fetched origin/main
  • uv build
  • inspected generated wheel metadata: Name: pytask-r
  • uv run --group test pytest passed with 12 passed, 27 skipped

@tobiasraabe tobiasraabe changed the title [codex] Use hyphenated distribution name fix: use hyphenated distribution name Jun 19, 2026
@tobiasraabe tobiasraabe marked this pull request as ready for review June 19, 2026 20:44
@tobiasraabe tobiasraabe added this pull request to the merge queue Jun 19, 2026
Merged via the queue into main with commit 33e4850 Jun 19, 2026
22 checks passed
@tobiasraabe tobiasraabe deleted the codex/use-hyphenated-distribution-name branch June 19, 2026 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant