Skip to content

Commit c30e5bc

Browse files
mldangeloclaude
andcommitted
chore: exclude .python-version from package distribution
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 c30e5bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)