forked from zepheira/amara
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
29 lines (22 loc) · 839 Bytes
/
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
include MANIFEST CHANGES LICENSE NOTICE
include setversion.py setversionwrapper.sh doc/manual.rst lib/src/domlette/README
graft lib/thirdparty/html5lib
graft lib/thirdparty/httplib2
# Add BisonGen source files for XPath
include lib/xpath/parser/xpath.bgen
include lib/xpath/parser/xpath_grammar.bgen.frag
include lib/xpath/parser/xpath_lexer_defines.bgen.frag
include lib/xpath/parser/xpath_lexer_patterns.bgen.frag
include lib/xpath/parser/xpath_modules.bgen.frag
include lib/xpath/parser/xpath_tokens.bgen.frag
# Add BisonGen source files for XSLT
include lib/xslt/expressions/avt.bgen
include lib/xslt/xpatterns/xpattern.bgen
# Recursively add contents of named directory
graft demo
graft test
graft sandbox
# Include Expat licensing requirements
include lib/src/expat/COPYING
include lib/src/expat/README
exclude dist/* build/*