We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90cd7f1 commit 3c95135Copy full SHA for 3c95135
MANIFEST.in
@@ -20,3 +20,16 @@ prune docs/Data/.ipynb_checkpoints/
20
recursive-exclude docs *ipynb_checkpoints
21
recursive-exclude docs
22
prune docs
23
+prune .asv
24
+prune .github
25
+prune benchmarks
26
+prune dev
27
+prune .flake8
28
+prune .gitignore
29
+prune .pylintrc
30
+global-exclude .asv.conf.json
31
+prune environment.yml
32
+global-exclude .hypothesis
33
+prune thermo/.hypothesis/
34
+global-exclude thermo/Misc/constants*
35
+global-exclude tests/Data/joback_log_good_sorted.txt
0 commit comments