24 lines
547 B
Plaintext
24 lines
547 B
Plaintext
include LICENSE *.rst *.toml *.yml *.yaml
|
|
graft .github
|
|
|
|
# Stubs
|
|
include src/attr/py.typed
|
|
recursive-include src *.pyi
|
|
|
|
# Tests
|
|
include tox.ini .coveragerc conftest.py
|
|
recursive-include tests *.py
|
|
|
|
# Documentation
|
|
include docs/Makefile docs/docutils.conf
|
|
recursive-include docs *.png
|
|
recursive-include docs *.svg
|
|
recursive-include docs *.py
|
|
recursive-include docs *.rst
|
|
prune docs/_build
|
|
|
|
# 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
|