Skip to content

Commit 9453450

Browse files
committed
fixup! Update to the modern packaging standards using pyproject.toml
1 parent 96bc978 commit 9453450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/intro/distribution/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Poté vytvoříme balíčky znovu:
160160
(__venv__)$ python -m build
161161
```
162162

163-
Zkontrolujte obsah archivu, který najdete v adresáři `dist`
163+
Zkontrolujte obsah zdrojového archivu (`isholiday-0.1.0.tar.gz`), který najdete v adresáři `dist`.
164164
Měly by tam být oba soubory.
165165

166166
Hotový balíček pak můžete nainstalovat pomocí nástroje `pip`.

0 commit comments

Comments
 (0)