Skip to content

fix: use hyphenated distribution name#114

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

fix: use hyphenated distribution name#114
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_stata to pytask-stata in pyproject.toml.
  • Keep the import package and pytask plugin entry point as pytask_stata.

Why

The latest PyPI release showed pip install pytask_stata because the project metadata used the underscore form. Python packaging normalizes both spellings to the same project key, but the metadata name controls what PyPI displays. Using the hyphenated distribution name aligns PyPI with the README, repository name, and existing installation instructions.

Validation

  • uv build
  • inspected generated wheel metadata: Name: pytask-stata
  • $env:CI='true'; uv run pytest

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