Skip to content

Commit 68f5723

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ The filename of a wheel contains important metadata about your package.
135135

136136
Example: **stravalib-1.1.0.post2-py3-none.whl**
137137

138-
- packageName: stravalib
139-
- packageVersion: 1.1.0
138+
- name: stravalib
139+
- version: 1.1.0
140140
- build-number: 2 (post2) [(read more about post here)](https://peps.python.org/pep-0440/#post-release-separators)
141141
- py3: supports Python 3.x
142142
- none: is not operating system specific (runs on windows, mac, linux)

0 commit comments

Comments
 (0)