madpah / requirements-parser

A Pip requirements file parser.
https://requirements-parser.readthedocs.io
Apache License 2.0
125 stars 41 forks source link

fix: only install files in package directory #81

Closed gavin09 closed 1 year ago

gavin09 commented 1 year ago

Fix #66. With this merge request, the package will not install files outside the package directory.

More, this merge request fixes the lintian error “ unknown-file-in-python-module-directory” in Debian. I want to help upload this fantastic package to the newest version (0.0.5) to Debian with this fix.