Skip to content

Commit

Permalink
include icon in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoolin committed Oct 10, 2024
1 parent 6b5d12a commit 455e325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include README.md
include LICENSE
include panel_server/.version
include panel_server/icons/*.svg
global-exclude *.py[co]
global-exclude *~
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
install_requires=['jupyter-server-proxy', 'panel >=0.11'],
extras_require=extras_require,
packages=find_packages(),
include_package_data=True,
entry_points={
'jupyter_serverproxy_servers': [
'panel = panel_server:setup_panel_server',
Expand Down

0 comments on commit 455e325

Please sign in to comment.