Skip to content

Commit

Permalink
Add ".prospector.yaml" to "MANIFEST.in"
Browse files Browse the repository at this point in the history
Forgot that in commit 1da7466[^0]. Should've ran `tox -e check` which
would've caught that... narf.

[^0]: 1da7466
  • Loading branch information
gnn committed Nov 17, 2020
1 parent e68ec85 commit 7e78b01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ include LICENSE
include README.rst

include tox.ini .travis.yml .appveyor.yml .readthedocs.yml .pre-commit-config.yaml
include .prospector.yaml

global-exclude *.py[cod] __pycache__/* *.so *.dylib
global-exclude airflow.db logs/**/* unittests.cfg
Expand Down

0 comments on commit 7e78b01

Please sign in to comment.