Skip to content

Commit

Permalink
screen in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wooyek committed Nov 24, 2017
1 parent c41677b commit f328514
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ recursive-include docs *.txt
recursive-include docs Makefile
recursive-include docs *.css
recursive-exclude docs/_build *
recursive-include docs/_static *.png
recursive-include src *.py
recursive-include src *.css
recursive-include src *.html
Expand All @@ -42,11 +43,13 @@ recursive-include src .gitignore
recursive-include src *.env
recursive-include src *.cfg
recursive-include src *.po
recursive-include src *.mo
recursive-include src *.pot
recursive-include bin * *.*
recursive-include tests *.env
recursive-include tests *.py


exclude example_project/.idea/workspace.xml
recursive-include example_project *.html
recursive-include example_project *.md
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,6 @@ directory = .tmp/coverage
[coverage:xml]
output = .tmp/coverage.xml

[check-manifest]
ignore-bad-ideas = *.mo

0 comments on commit f328514

Please sign in to comment.