Skip to content

Commit d7894e0

Browse files
Add source and license comments to setup.cfg
Added comments regarding the source and license information for the requirements file.
1 parent 9df8f51 commit d7894e0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

setup.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,10 @@ statistics = True
99

1010
[metadata]
1111
description-file = README.md
12+
13+
# Source - https://stackoverflow.com/questions/49689880/proper-way-to-parse-requirements-file-after-pip-upgrade-to-pip-10-x-x
14+
# Posted by sinoroc, modified by community. See post 'Timeline' for change history
15+
# Retrieved 2026-01-23, License - CC BY-SA 4.0
16+
17+
[options]
18+
install_requires = file: requirements.txt

0 commit comments

Comments
 (0)