mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2025-12-30 18:19:31 -06:00
After building this locally I noticed all of the expected files were in the wheel where as before this patch it was missing a lot of files. This idea of using a src/ directory is mentioned in the official Python documentation for packaging files at: https://packaging.python.org/en/latest/tutorials/packaging-projects/ It's also used in Flask and other large Python projects.
4 lines
124 B
Plaintext
4 lines
124 B
Plaintext
include LICENSE
|
|
recursive-include src/flask_debugtoolbar/templates *.html
|
|
recursive-include src/flask_debugtoolbar/static *
|