-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMANIFEST.in
34 lines (27 loc) · 856 Bytes
/
MANIFEST.in
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
33
34
# For further details, see
# https://docs.python.org/3/distutils/sourcedist.html#specifying-the-files-to-distribute
# INCLUDE IT ALL
recursive-exclude examples *
recursive-include docs *.rst *.py
include docs/spelling_wordlist.txt
include docs/requirements.txt
include docs/Makefile
recursive-exclude docs/reference/_autosummary *.rst
# Docs
include README*
include LICENSE
include *.rst
# Development Files & Test Suite
include make_devsetup.sh
include *requirements.txt
include tox.ini
include .bumpversion.cfg
include .editorconfig
# Check Files & Validation & Test Suite
graft tests
# REMOVE NONSENSE
prune ci
# Configuration files for automated testing & git repo maintenance
global-exclude .coveragerc .coverage .travis.yml .versionrc versionbump
# Temporary files
global-exclude *.py[cod] __pycache__ *.so *.dylib *~ *.bak *.gitignore *.doap