forked from open-research/sumatra
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
21 lines (21 loc) · 686 Bytes
/
MANIFEST.in
File metadata and controls
21 lines (21 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include doc/*.txt
include doc/images/*.png
include doc/releases/*.txt
include LICENSE
include README.rst
include sumatra/web/static/css/*.css
include sumatra/web/static/fonts/*
include sumatra/web/static/js/*.js
include sumatra/web/templates/*.html
include sumatra/publishing/latex/sumatra.sty
include sumatra/formatting/latex_template.tex
include sumatra/external_scripts/script_introspect.R
recursive-include test/example_projects *
recursive-include test/example_repositories *
include test/unittests/*.py
include test/unittests/README
include test/unittests/all_tests.sh
include test/unittests/example*.json
include test/system/fixtures/*
include test/system/*.py
include test/*.py