-
Notifications
You must be signed in to change notification settings - Fork 303
Expand file tree
/
Copy pathMANIFEST.in
More file actions
26 lines (20 loc) · 815 Bytes
/
MANIFEST.in
File metadata and controls
26 lines (20 loc) · 815 Bytes
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
# MANIFEST.in is generated with basic
# layout of MANIFEST.in.dist
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 *.woff2 *.mo *ico
recursive-include kalite/static-libraries *
recursive-include kalite/packages/dist *
recursive-exclude kalite/packages/dist *.po
# Get the empty DBs -- make sure they are properly generated!
recursive-exclude kalite/database *
recursive-include kalite/database/templates *sqlite
recursive-include kalite/database/templates/content_items *sqlite
# This can be a huge problem when creating an sdist from
# a local development environment
recursive-exclude kalite/static *
# Docs
include docs/kalite.1.gz
kalite/static-docs