File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ def get_data_files():
7
7
"""Get the data files for the package.
8
8
"""
9
9
data_files = [
10
- ('etc/jupyter/jupyter_server_config.d' , ['etc/jupyter/jupyter_server_config.d/simple_ext.json' ]),
10
+ ('etc/jupyter/jupyter_server_config.d' , ['etc/jupyter/jupyter_server_config.d/simple_ext1.json' ]),
11
+ ('etc/jupyter/jupyter_server_config.d' , ['etc/jupyter/jupyter_server_config.d/simple_ext2.json' ]),
12
+ ('etc/jupyter/jupyter_server_config.d' , ['etc/jupyter/jupyter_server_config.d/simple_ext11.json' ]),
11
13
]
12
14
def add_data_files (path ):
13
15
for (dirpath , dirnames , filenames ) in os .walk (path ):
@@ -36,6 +38,7 @@ def add_data_files(path):
36
38
'pytest-cov' ,
37
39
'pylint' ,
38
40
],
41
+ include_package_data = True ,
39
42
data_files = get_data_files (),
40
43
entry_points = {
41
44
'console_scripts' : [
You can’t perform that action at this time.
0 commit comments