Skip to content

Commit e46dab2

Browse files
lwasserofek
andauthored
Update package-structure-code/python-package-distribution-files-sdist-wheel.md
Co-authored-by: Ofek Lev <[email protected]>
1 parent 4a75fd9 commit e46dab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-structure-code/python-package-distribution-files-sdist-wheel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ When you make a release on GitHub, it creates a `git archive` that contains all
8686
of the files in your GitHub repository. While these files are similar to an
8787
SDist, these two archives are not the same. The SDist contains a few other
8888
items including a metadata directory and if you use `setuptools_scm` or `hatch_vcs`
89-
the SDist will also contain a `_version.py` file.
89+
the SDist may also contain a file that stores the version.
9090
```
9191

9292
<!--

0 commit comments

Comments
 (0)