Skip to content

fix: use hyphenated distribution name#124

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

fix: use hyphenated distribution name#124
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_latex to pytask-latex in pyproject.toml.
  • Keep the import package and pytask plugin entry point as pytask_latex.

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-latex

@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:43
@tobiasraabe tobiasraabe added this pull request to the merge queue Jun 19, 2026
Merged via the queue into main with commit 3b0f42c Jun 19, 2026
22 checks passed
@tobiasraabe tobiasraabe deleted the codex/use-hyphenated-distribution-name branch June 19, 2026 20:44
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