forked from gevent/gevent
-
Notifications
You must be signed in to change notification settings - Fork 4
/
MANIFEST.in
44 lines (41 loc) · 1.15 KB
/
MANIFEST.in
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
recursive-include greentest *
recursive-include examples *
recursive-include gevent *
recursive-include doc *
recursive-include libev *
recursive-include c-ares *
recursive-include util *
include LICENSE
include README.rst
include TODO
include changelog.rst
include MANIFEST.in
include AUTHORS
include Makefile.ext
include known_failures.py
include *.yml
include *.txt
include tox.ini
include .pep8
recursive-include benchmarks *.sh
recursive-include appveyor *.cmd
recursive-include appveyor *.ps1
### Artifacts of configuring/building in place
# These we want, they come from the Makefile step
#- recursive-exclude gevent core.pyx *.c *.h
# This we want if we're on PyPy it's moved there ahead of time
# by setup.py
#- prune gevent/libev
prune */__pycache__
global-exclude *.so
global-exclude config.log config.status
prune doc/_build
global-exclude *.pyc
recursive-exclude greentest .coverage
prune greentest/htmlcov
recursive-exclude c-ares stamp-h? ares_build.h.orig
prune libev/.deps
recursive-exclude libev Makefile libtool stamp-h?
# See comments in Makefile; this is renamed to Makefile.ext
# this exclude keeps check-manifest from complaining
exclude Makefile