12 lines
236 B
Plaintext
12 lines
236 B
Plaintext
recursive-include tests *.py
|
|
recursive-include docs *.rst
|
|
include .coveragerc
|
|
include tox.ini
|
|
include README.rst
|
|
include LICENSE
|
|
include docs/conf.py docs/Makefile
|
|
graft docs/_static
|
|
graft docs/_themes
|
|
graft docs/_templates
|
|
graft tools
|