summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 275f7526d82cc52b1065d1a43a1f1e19b9ae9a6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt

# MANIFEST.in file for coverage.py

include CONTRIBUTORS.txt
include CHANGES.rst
include LICENSE.txt
include MANIFEST.in
include Makefile
include NOTICE.txt
include README.rst
include TODO.txt
include __main__.py
include .travis.yml
include appveyor.yml
include howto.txt
include igor.py
include metacov.ini
include pylintrc
include setup.py
include tox.ini
include tox_wheels.ini
include .editorconfig

recursive-include ci *.*
exclude ci/appveyor.token

recursive-include coverage/fullcoverage *.py
recursive-include coverage/ctracer *.c *.h

recursive-include doc conf.py *.pip *.rst *.txt
recursive-include doc/_static *.*
prune doc/_build

recursive-include requirements *.pip

recursive-include tests *.py *.tok
recursive-include tests/farm */gold*/*.* */gold*/*/*.*
recursive-include tests/farm/*/src * *.*
recursive-include tests js/*.* qunit/*.*
prune tests/eggsrc/build
prune tests/eggsrc/dist
prune tests/eggsrc/*.egg-info

global-exclude *.py[co]