forked from learningequality/ka-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in.dist
32 lines (25 loc) · 921 Bytes
/
MANIFEST.in.dist
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
# MANIFEST.in is generated with basic
# layout of MANIFEST.in.dist
include kalitectl.py
include LICENSE
include README.rst
include setup.cfg
include requirements.txt
recursive-include kalite *.html *.txt *.png *.js *.css *.gif *.less *.otf *.svg *.woff *.eot *.ttf *.zip *.json *.handlebars
# This can be a huge problem when creating an sdist from
# a local development environment
recursive-exclude kalite/static *
# Not doing this anymore
# exclude kalite/local_settings.py
# exclude kalite/settings/local_settings.py
# exclude kalite/private_key.pem
# exclude kalite/secrets.py
# Data files, these are not picked up by sdist unless listed here
recursive-include python-packages *
recursive-include static-libraries *
recursive-include data *
# Necessary because it's a data directory so they
# do not get automatically excluded
recursive-exclude python-packages *pyc
# Docs
recursive-include docs/_build/html *