summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 530b57269bb54d5cbcf17bbd5122820f855e44e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include ChangeLog
include README*
include COPYING
include COPYING.LESSER
include bin/logilab-pytest
include bin/logilab-pytest.bat
include test/data/ChangeLog
include tox.ini
include *.txt
include logilab/common/py.typed
recursive-include test *.py *.txt *.msg *.ini *.zip *.egg
recursive-include test/data/*_dir *
recursive-include test/input *.py
recursive-include doc/html *
include docs/*
include __pkginfo__.py
prune debian
prune docs/_build
exclude .hgrc
exclude .gitlab-ci.yml