summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: e95932dc98d473a14dd5895ed53c4ec4d3dc6ae7 (plain)
1
2
3
4
5
6
7
8
9
10
include *.in
include *.rst
include *.txt
include *.py
include LICENSE
include tox.ini
recursive-include cdsapi *.py
recursive-include tests *.in
recursive-include tests *.py
recursive-include tests *.txt