Skip to content

Commit 4f244be

Browse files
mldangeloclaude
andauthored
chore: exclude .python-version from package distribution (#11)
Add .python-version to the sdist exclusion list. This file is used by tools like pyenv for local development but should not be distributed to end users. Analysis of PyPI 0.1.1 package showed .python-version was included in the source distribution. This change removes it from future releases. Package contents verification: - ✅ .python-version successfully excluded - ✅ Only essential files remain (src/, LICENSE, README, pyproject.toml, .gitignore) - ✅ Wheel distribution unchanged (already optimal) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 888fb1f commit 4f244be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Documentation = "https://www.promptfoo.dev/docs"
4949
exclude = [
5050
"/.github",
5151
"/.gitignore",
52+
"/.python-version",
5253
"/.release-please-manifest.json",
5354
"/release-please-config.json",
5455
"/renovate.json",

0 commit comments

Comments
 (0)