Skip to content

Commit 3a83690

Browse files
marcelmdi
andauthored
Fix some dead links (pypa#148)
Co-authored-by: Dustin Ingram <[email protected]>
1 parent 091d322 commit 3a83690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#
3737
# For a discussion on single-sourcing the version across setup.py and the
3838
# project code, see
39-
# https://packaging.python.org/en/latest/single_source_version.html
39+
# https://packaging.python.org/guides/single-sourcing-package-version/
4040
version='2.0.0', # Required
4141

4242
# This is a one-line description or tagline of what your project does. This
@@ -143,7 +143,7 @@
143143
# installed, so they must be valid existing projects.
144144
#
145145
# For an analysis of "install_requires" vs pip's requirements files see:
146-
# https://packaging.python.org/discussions/install-requires-vs-requirements
146+
# https://packaging.python.org/discussions/install-requires-vs-requirements/
147147
install_requires=['peppercorn'], # Optional
148148

149149
# List additional groups of dependencies here (e.g. development

0 commit comments

Comments
 (0)