-
Notifications
You must be signed in to change notification settings - Fork 117
/
MANIFEST.in
35 lines (35 loc) · 954 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
include LICENSE.txt AUTHORS README.rst pytest.ini
recursive-include thermo *
recursive-include tests *
global-exclude __pycache__
global-exclude *.py[co]
global-exclude .spyproject
global-exclude tests/.spyproject/*
global-exclude tests/.spyproject
global-exclude *__pycache__*
global-exclude *.py[co]
global-exclude *.coverage
global-exclude *.so
global-exclude *.ipynb_checkpoints
global-exclude ipynb_checkpoints
global-exclude *-checkpoint.ipynb
global-exclude *checkpoint*
global-exclude .*ipynb_checkpoints*
prune thermo/__pycache__
prune docs/Data/.ipynb_checkpoints/
recursive-exclude docs *ipynb_checkpoints
recursive-exclude docs
prune docs
prune .asv
prune .github
prune benchmarks
prune dev
prune .flake8
prune .gitignore
prune .pylintrc
global-exclude .asv.conf.json
prune environment.yml
global-exclude .hypothesis
prune thermo/.hypothesis/
global-exclude thermo/Misc/constants*
global-exclude tests/Data/joback_log_good_sorted.txt