2018-06-10 17:40:07 +00:00
|
|
|
include LICENSE *.rst *.toml .readthedocs.yml .pre-commit-config.yaml
|
2017-03-24 08:34:51 +00:00
|
|
|
|
|
|
|
# Don't package GitHub-specific files.
|
2018-06-19 10:47:10 +00:00
|
|
|
exclude .github/*.md .travis.yml codecov.yml
|
2017-03-24 08:34:51 +00:00
|
|
|
|
|
|
|
# Tests
|
2017-12-30 07:42:38 +00:00
|
|
|
include tox.ini .coveragerc conftest.py
|
2015-01-27 16:53:17 +00:00
|
|
|
recursive-include tests *.py
|
2017-12-27 12:32:32 +00:00
|
|
|
recursive-include .github *.rst
|
2017-03-24 08:34:51 +00:00
|
|
|
|
|
|
|
# Documentation
|
2017-05-22 23:11:39 +00:00
|
|
|
include docs/Makefile docs/docutils.conf
|
2017-02-20 12:41:20 +00:00
|
|
|
recursive-include docs *.png
|
2017-11-01 13:28:52 +00:00
|
|
|
recursive-include docs *.svg
|
2015-01-27 16:53:17 +00:00
|
|
|
recursive-include docs *.py
|
2017-02-20 12:41:20 +00:00
|
|
|
recursive-include docs *.rst
|
2015-01-27 16:53:17 +00:00
|
|
|
prune docs/_build
|
2017-08-20 05:58:08 +00:00
|
|
|
|
2017-12-27 12:32:32 +00:00
|
|
|
# Just to keep check-manifest happy; on releases those files are gone.
|
|
|
|
# Last rule wins!
|
|
|
|
exclude changelog.d/*.rst
|
|
|
|
include changelog.d/towncrier_template.rst
|