-
Notifications
You must be signed in to change notification settings - Fork 4
/
MANIFEST.in
48 lines (39 loc) · 907 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
35
36
37
38
39
40
41
42
43
44
45
graft docs
graft examples
graft src
graft ci
graft tests
include .bumpversion.cfg
include .coveragerc
include .cookiecutterrc
include .editorconfig
include .isort.cfg
include AUTHORS.rst
include CHANGELOG.rst
include CONTRIBUTING.rst
include LICENSE
include README.rst
include requirements.txt
include requirements_conda.txt
include tox.ini .travis.yml appveyor.yml
include docs/mydictionary.txt
include readme_.rst
exclude BUILDING.txt
exclude *.old
exclude service
include freeze.py
include setupdata.py
exclude ui
global-exclude *.py[cod] __pycache__ *.so *.dylib output.txt
recursive-exclude junk *
recursive-exclude src *.rpt
recursive-exclude src/rrpam_wds/tests ?.inp
global-exclude log.txt
global-exclude *.log
global-exclude *.log.[0-9]
recursive-exclude service *
recursive-exclude src/docs_ *
global-exclude *.swp
global-exclude *.bash
global-exclude *.ui
global-exclude prof.out