aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 2baccff89fc9dba2f34bfd1c18dc712291b6d0d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prune bin   # don't include bin/lcitool in the distribution
prune containers    # don't include CI stuff in the distribution

recursive-include docs *
recursive-include examples *
recursive-include tests *

exclude *requirements.txt   # all requirements are specified in pyproject.toml
exclude .*  # don't include any of the hidden repo files

global-exclude */__pycache__/*
global-exclude *.pyc