Commit 0985ae6
Fix PyPI package name to use underscores instead of hyphens
Changed package name from 'altimate-datapilot-cli' to 'altimate_datapilot_cli' in setup.py to comply with PyPI's filename requirements. PyPI requires distribution filenames to use underscores, not hyphens.
This fixes the 400 Bad Request error during package upload: 'Filename altimate-datapilot-cli-0.1.1.tar.gz is invalid, should be altimate_datapilot_cli-0.1.1.tar.gz.'
Note: Users can still install using either 'pip install altimate-datapilot-cli' or 'pip install altimate_datapilot_cli' as PyPI normalizes package names.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 54836e1 commit 0985ae6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments