-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
👌 IMPROVE: Switch to using MANIFEST.in
Toward ensuring we don't mess up our source distributions.
- Loading branch information
Showing
3 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
exclude .binder | ||
recursive-exclude .binder * | ||
exclude docs | ||
recursive-exclude docs * | ||
exclude tests | ||
recursive-exclude tests * | ||
|
||
exclude .flake8 | ||
exclude .pre-commit-config.yaml | ||
exclude .readthedocs.yml | ||
exclude .boussole.json | ||
exclude noxfile.py | ||
|
||
include CHANGELOG.md | ||
include LICENSE | ||
include MANIFEST.in | ||
include README.md | ||
|
||
include sphinx_book_theme/theme.conf | ||
recursive-include sphinx_book_theme *.html | ||
recursive-include sphinx_book_theme *.js | ||
recursive-include sphinx_book_theme *.png | ||
recursive-include sphinx_book_theme *.scss | ||
recursive-include sphinx_book_theme *.svg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters