Skip to content

Commit 70c9ab3

Browse files
committed
fix errors
1 parent 24b4a4c commit 70c9ab3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

MANIFEST.in

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ global-exclude .git*
1818
global-exclude \#*
1919
global-exclude .ipynb_checkpoints
2020

21-
prune .coveragerc
22-
prune .lgtm.yml
23-
prune .stickler.yml
24-
prune codecov.yml
25-
prune readthedocs.yml
21+
exclude .coveragerc
22+
exclude .lgtm.yml
23+
exclude .stickler.yml
24+
exclude codecov.yml
25+
exclude readthedocs.yml
26+
exclude CODE_OF_CONDUCT.md
2627

2728
prune paper
2829
prune .github
29-
prune CODE_OF_CONDUCT.md
3030
prune benchmarks
3131
prune ci

0 commit comments

Comments
 (0)