Add swagger yaml file to package_data

Closes gh-2082 (hopefully)
Thomas Kluyver 9 years ago
parent 27cfa290b3
commit ef32784311

@ -199,6 +199,7 @@ def find_package_data():
'notebook' : ['templates/*'] + static_data,
'notebook.tests' : js_tests,
'notebook.bundler.tests': ['resources/*', 'resources/*/*', 'resources/*/*/.*'],
'notebook.services.api': ['api.yaml'],
}
return package_data

Loading…
Cancel
Save