Commit c30e5bc
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments