Skip to content

Commit 478613b

Browse files
committed
fix build warning
1 parent b531b05 commit 478613b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/packaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ There are unfortunately many ways to package a Python project:
102102
If a local install worked, push the `pyproject.toml` to GitHub and try to install the package from GitHub.
103103

104104
In a `requirements.txt` file, you can specify the GitHub repository and the branch:
105-
```txt
105+
```
106106
git+https://github.com/workshop-material/countstars.git@main
107107
```
108108

0 commit comments

Comments
 (0)