Merge pull request #172 from flask-debugtoolbar/fix-setupcfg

Move library into src/ directory
This commit is contained in:
Nick Janetakis
2022-03-29 18:08:01 -04:00
committed by GitHub
180 changed files with 6 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
include LICENSE
recursive-include flask_debugtoolbar/templates *.html
recursive-include flask_debugtoolbar/static *
recursive-include src/flask_debugtoolbar/templates *.html
recursive-include src/flask_debugtoolbar/static *

View File

@@ -25,11 +25,12 @@ classifiers =
Topic :: Software Development :: Libraries :: Python Modules
[options]
package_dir =
= src
packages = find:
package_dir = = flask_debugtoolbar
include_package_data = True
python_requires = >=2.7
# Dependencies are in setup.py for GitHub's dependency graph.
[options.packages.find]
where = flask_debugtoolbar
where = src

Some files were not shown because too many files have changed in this diff Show More