anchore / anchore-engine

A service that analyzes docker images and scans for vulnerabilities
Apache License 2.0
1.59k stars 272 forks source link

clean-up and corrections for setup.py and MANIFEST.in #1281

Closed Vijay-P closed 3 years ago

Vijay-P commented 3 years ago

A bunch of paths in MANIFEST.in were incorrect. We're also using both MANIFEST.in and package_data. I think we need one or the other, but not both. This moves all of the things in package_data to MANIFEST.in. We also want to be able to use the freshclam.yaml configuration file in enterprise. Moving the freshclam file inside of the anchore_engine module allows us the opportunity to potentially pull the freshclam file directly from the python package after it gets installed.

Signed-off-by: Vijay Pillai vijay.pillai@anchore.com

What this PR does / why we need it:

Which issue this PR fixes (optional, in fixes #<issue number>)(, fixes #<issue_number, ...) format, will close the issue when PR is merged: fixes #:

Special notes: