From ef327843115c6aa2cf8a6bfc8f325eaec30fab25 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Mon, 30 Jan 2017 14:44:33 +0000 Subject: [PATCH] Add swagger yaml file to package_data Closes gh-2082 (hopefully) --- setupbase.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setupbase.py b/setupbase.py index 615ea37cf..4dc07472d 100644 --- a/setupbase.py +++ b/setupbase.py @@ -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