blob: 19b0f8cdef13083c12eaabd4c192593240fe3858 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include ChangeLog LICENSE README.rst
include requirements*.txt
graft factory
prune docs
prune examples
prune tests
global-exclude .py[cod] __pycache__
exclude Makefile tox.ini .pylintrc
|