Skip to content

Commit 796fd85

Browse files
committed
Add reference to PyPA guide on pyproject.toml
1 parent 82e1c20 commit 796fd85

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1892,7 +1892,14 @@ <h2>Sharing your hook with the world</h2>
18921892
</li>
18931893
<li class="fragment">
18941894
Consider publishing it to PyPI if it is useful beyond just being a
1895-
hook.
1895+
hook. Note that you will need to add
1896+
<a
1897+
href="https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#"
1898+
target="_blank"
1899+
rel="noopener noreferrer"
1900+
>additional information</a
1901+
>
1902+
to your <code>pyproject.toml</code> if you choose to do so.
18961903
</li>
18971904
</ul>
18981905
</section>

0 commit comments

Comments
 (0)