Skip to content

Commit

Permalink
Merge pull request jupyter-server#194 from m-rossi/remove-bundler-rem…
Browse files Browse the repository at this point in the history
…ains

Remove remains of jupyter bundlerextension
  • Loading branch information
Zsailer authored Mar 23, 2020
2 parents c330119 + f416c3c commit 191537f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
entry_points = {
'console_scripts': [
'jupyter-server = jupyter_server.serverapp:main',
'jupyter-bundlerextension = jupyter_server.bundler.bundlerextensions:main',
],
'pytest11': [
'pytest_jupyter_server = jupyter_server.pytest_plugin'
Expand Down
1 change: 0 additions & 1 deletion setupbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def find_package_data():

package_data = {
'jupyter_server' : ['templates/*'],
'jupyter_server.bundler.tests': ['resources/*', 'resources/*/*', 'resources/*/*/.*'],
'jupyter_server.services.api': ['api.yaml'],
'jupyter_server.i18n': ['*/LC_MESSAGES/*.*'],
}
Expand Down

0 comments on commit 191537f

Please sign in to comment.