We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e1c20 commit 796fd85Copy full SHA for 796fd85
1 file changed
index.html
@@ -1892,7 +1892,14 @@ <h2>Sharing your hook with the world</h2>
1892
</li>
1893
<li class="fragment">
1894
Consider publishing it to PyPI if it is useful beyond just being a
1895
- hook.
+ 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.
1903
1904
</ul>
1905
</section>
0 commit comments