File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ def main(tarname, gitroot):
42
42
'.github/FUNDING.yml' ,
43
43
'.editorconfig' ,
44
44
'.coveragerc' ,
45
+ 'CODEOWNERS' ,
45
46
'asv.conf.travis.json' ,
46
47
'coveragerc_travis' ,
47
48
'codecov.yml' ,
@@ -82,6 +83,7 @@ def main(tarname, gitroot):
82
83
'bin/test_isolated' ,
83
84
'bin/test_py2_import.py' ,
84
85
'bin/test_setup.py' ,
86
+ 'bin/test_submodule_imports.py' ,
85
87
'bin/test_travis.sh' ,
86
88
# The notebooks are not ready for shipping yet. They need to be cleaned
87
89
# up, and preferably doctested. See also
@@ -117,6 +119,7 @@ def main(tarname, gitroot):
117
119
'release/rever.xsh' ,
118
120
'release/pull_and_run_rever.sh' ,
119
121
'release/compare_tar_against_git.py' ,
122
+ 'release/update_docs.py' ,
120
123
# This is just a distribute version of setup.py. Used mainly for setup.py
121
124
# develop, which we don't care about in the release tarball
122
125
'setupegg.py' ,
You can’t perform that action at this time.
0 commit comments