falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.51k stars 937 forks source link

fix: prevent "examples" from being installed as top-level pkg #1917

Closed mgorny closed 3 years ago

mgorny commented 3 years ago

Summary of Changes

Prevent the top-level examples package from being installed to sitedir.

Related Issues

N/A

Pull Request Checklist

codecov[bot] commented 3 years ago

Codecov Report

Merging #1917 (5fd496a) into master (b7faf6e) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #1917   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           63        63           
  Lines         6610      6610           
  Branches      1067      1067           
=========================================
  Hits          6610      6610           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b7faf6e...5fd496a. Read the comment docs.

vytas7 commented 3 years ago

Also thanks for maintaining Gentoo ebuilds for Falcon, @mgorny ! :100: Just a nitpick on these, as of Falcon 2.0+, Falcon no longer has any runtime dependencies on six, python-mimeparse or any other 3rd party Python package.

mgorny commented 3 years ago

Thanks for noticing. I'll fix it right away.