Skip to content

Commit 4831321

Browse files
committed
Merge pull request pypa#24 from hulbert/patch-1
update link explaining install_requires vs requirements.txt in setup.py
2 parents 873c4bb + bbe46ac commit 4831321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
# List run-time dependencies here. These will be installed by pip when your
6666
# project is installed. For an analysis of "install_requires" vs pip's
6767
# requirements files see:
68-
# https://packaging.python.org/en/latest/technical.html#install-requires-vs-requirements-files
68+
# https://packaging.python.org/en/latest/requirements.html
6969
install_requires=['peppercorn'],
7070

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

0 commit comments

Comments
 (0)