pypa / pipenv

Python Development Workflow for Humans.
https://pipenv.pypa.io
MIT License
24.89k stars 1.87k forks source link

chore: Ignore examples directory for dist #6314 #6315

Open shaneikennedy opened 1 week ago

shaneikennedy commented 1 week ago

fixes #6314

The issue

When you install pipenv you are getting the examples/ directory in this project which includes a Pipfile and it's lock file, and some security scanners will start reporting the packages declared in these as vulnerabilities (even thought the packages only get installed if you pipenv sync).

The fix

Update the MANIFEST to exclude the examples directory

The checklist