Commit 4f244be
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
| 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