forked from microsoft/TextWorld
-
Notifications
You must be signed in to change notification settings - Fork 6
/
MANIFEST.in
36 lines (28 loc) · 1.04 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
include requirements.txt
include requirements-*.txt
include README.md
include LICENSE.txt
include CHANGELOG.md
include CONTRIBUTING.md
include License.md
include setup.sh
include glk_build.py
recursive-include src *
include textworld/logic/*.ebnf
include textworld/textgen/*.ebnf
include textworld/generator/data/logic/*.twl
include textworld/generator/data/text_grammars/*.twg
recursive-include textworld/challenges/ *.twl
recursive-include textworld/challenges/ *.twg
include textworld/envs/pddl/logic/*.ebnf
include textworld/envs/pddl/textgen/*.ebnf
recursive-include textworld/render/tmpl *
recursive-include textworld/thirdparty/glulx *
recursive-include textworld/thirdparty/inform7 *
recursive-include textworld/thirdparty/inform7-6M62/bin *
recursive-include textworld/thirdparty/inform7-6M62/share/inform7/Compilers *
recursive-include textworld/thirdparty/inform7-6M62/share/inform7/Internal *
recursive-include textworld/thirdparty/inform7-6M62/share/inform7/Interpreters *
global-exclude *.o *.a
global-exclude */__pycache__/*
prune build