Skip to content

Commit b7fff2a

Browse files
authored
fix setuptools entry_point link
1 parent 1e33fed commit b7fff2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Python's native packaging is mostly built for distributing reusable
167167
code, called libraries, between developers. You can piggyback
168168
**tools**, or basic applications for developers, on top of Python's
169169
library packaging, using technologies like `setuptools entry_points
170-
<http://setuptools.readthedocs.io/en/latest/setuptools.html#automatic-script-creation>`_.
170+
<https://setuptools.readthedocs.io/en/latest/userguide/entry_point.html>`_.
171171

172172
Libraries are building blocks, not complete applications. For
173173
distributing applications, there's a whole new world of technologies

0 commit comments

Comments
 (0)