-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMANIFEST.in
More file actions
24 lines (24 loc) · 765 Bytes
/
MANIFEST.in
File metadata and controls
24 lines (24 loc) · 765 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
# The following files get included automatically, so there is no need
# to include them explicitly:
#
# MANIFEST.in
# setup.py
#
include .gitignore
include .gitmodules
include .travis.yml
include HISTORY.md
include README.md
include setup_long_description.rst
include runmolt.py
include TODO.md
include tox.ini
recursive-include images *.png
# You cannot use package_data, for example, to include data files in a
# source distribution when using Distribute.
recursive-include molt/demo *.json *.mustache *.py *.sh
recursive-include molt/test/data *.sh *.txt
# We include molt_setup in MANIFEST.in but not in setup()'s `packages`
# argument to include molt_setup in the source distribution but not
# in the build/install.
recursive-include molt_setup *.py *.txt