Skip to content

fix: use hyphenated distribution name#120

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

fix: use hyphenated distribution name#120
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_julia to pytask-julia in pyproject.toml.
  • Keep the import package and pytask plugin entry point as pytask_julia.

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

  • pulled current origin/main before branching
  • confirmed branch merge-base equals origin/main
  • uv build
  • inspected generated wheel metadata: Name: pytask-julia
  • uv run --group test pytest passed with 13 passed, 28 skipped

@tobiasraabe tobiasraabe changed the title [codex] Use hyphenated distribution name fix: use hyphenated distribution name Jun 21, 2026
@tobiasraabe tobiasraabe marked this pull request as ready for review June 21, 2026 14:12
@tobiasraabe tobiasraabe enabled auto-merge June 21, 2026 14:12
@tobiasraabe tobiasraabe added this pull request to the merge queue Jun 21, 2026
Merged via the queue into main with commit 77d55bd Jun 21, 2026
22 checks passed
@tobiasraabe tobiasraabe deleted the codex/use-hyphenated-distribution-name branch June 21, 2026 14:31
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