summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 41f4c537bc28fdf07d2ad92df06dba5a20a0804a (plain)
1
2
3
4
5
6
7
8
9
10
exclude *.py
include docs/authors.rst
include docs/license.rst
include docs/release-notes.rst
include setup.py
include README.md
include LICENSE
global-exclude __pycache__/*
recursive-include tests *
recursive-exclude tests *.py[co]