Skip to content

Commit 582bb22

Browse files
committed
add PPUG link to analysis of install_requires vs requirements files
1 parent d2acf9e commit 582bb22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@
6363
packages=find_packages(exclude=["contrib", "docs", "tests*"]),
6464

6565
# List run-time dependencies here. These will be installed by pip when your
66-
# project is installed.
66+
# project is installed. For an analysis of "install_requires" vs pip's
67+
# requirements files see:
68+
# https://packaging.python.org/en/latest/technical.html#install-requires-vs-requirements-files
6769
install_requires = ['peppercorn'],
6870

6971
# If there are data files included in your packages that need to be

0 commit comments

Comments
 (0)