uv/docs/concepts
Soof Golan 14ebc393fc
treat .tgz the same as .tar.gz (#7201)
## Summary

Fixes #7081 

Treats source distribution `.tgz` the same as `.tar.gz` plans

## Test Plan

Quick Version

```bash
cd $(mktemp -d)
uv init
uv add --dev build
.venv/bin/python -m build -s .
mv -v dist/*tar.gz dist/"$(basename dist/*.tar.gz .tar.gz)".tgz
uv pip install dist/*.tgz
```

Can add a proper test to the branch if requested
2024-09-08 23:09:39 +00:00
..
cache.md docs: Use proper environment variables for Windows (#6433) 2024-08-23 13:04:08 -05:00
dependencies.md docs: list supported sdist formats (#7168) 2024-09-07 19:16:12 +00:00
index.md Update documentation sections (#5452) 2024-07-25 12:37:22 -05:00
projects.md docs: list supported sdist formats (#7168) 2024-09-07 19:16:12 +00:00
python-versions.md Update docs on .python-version file (#7051) 2024-09-04 19:22:34 -04:00
resolution.md treat .tgz the same as .tar.gz (#7201) 2024-09-08 23:09:39 +00:00
tools.md docs: add missing console highlights (#6900) 2024-08-31 19:04:19 -04:00
workspaces.md Update workspace documentation to remove legacy virtual projects (#6720) 2024-08-27 17:31:12 -04:00