forked from bumps/bumps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
executable file
·18 lines (16 loc) · 790 Bytes
/
MANIFEST.in
File metadata and controls
executable file
·18 lines (16 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# The purpose of this file is to modify the list of files to include/exclude in
# the source archive created by the 'python setup.py sdist' command. Executing
# setup.py in the top level directory creates a default list (or manifest) and
# the directives in this file add or subtract files from the resulting MANIFEST
# file that drives the creation of the archive.
#
# Note: apparently due to a bug in setup, you cannot include a file whose name
# starts with 'build' as in 'build_everything.py'.
# Add files to the archive in addition to those that are installed by running
# 'python setup.py install'. Typically these extra files are build related.
include MANIFEST.in # this file
include master_builder.py
include refl1d.iss
include setup_py2exe.py
# Delete files
#prune this that