2018-12-07 08:18:01 +00:00
|
|
|
include LICENSE *.rst *.toml *.yml *.yaml
|
|
|
|
graft .github
|
2017-03-24 08:34:51 +00:00
|
|
|
|
2018-07-12 10:19:24 +00:00
|
|
|
# Stubs
|
|
|
|
include src/attr/py.typed
|
|
|
|
recursive-include src *.pyi
|
|
|
|
|
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-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
|