Skip to content

Commit

Permalink
No longer any package data
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Dec 11, 2023
1 parent a1fdcea commit 78ef9d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
include README.md
include LICENSE
include requirements.txt
recursive-include jbrowse_jupyter/data *
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Build Status](https://img.shields.io/github/actions/workflow/status/GMOD/jbrowse-jupyter/push.yml?branch=main&logo=github)](https://github.com/GMOD/jbrowse-jupyter/actions)
[![Downloads](https://pepy.tech/badge/jbrowse-jupyter)](https://pepy.tech/project/jbrowse-jupyter)

# JBrowse Jupyter
Expand Down
3 changes: 1 addition & 2 deletions jbrowse_jupyter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# flake8: noqa
from .jbrowse_config import JBrowseConfig, create
from .util import launch, create_component
from .dev_server import serve

__all__ = ["JBrowseConfig", "create", "launch", "create_component", "serve"]
__all__ = ["JBrowseConfig", "create", "launch", "create_component"]

0 comments on commit 78ef9d2

Please sign in to comment.