diff --git a/MANIFEST.in b/MANIFEST.in index 9127c65..bb910eb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,3 @@ include README.md include LICENSE include requirements.txt -recursive-include jbrowse_jupyter/data * diff --git a/README.md b/README.md index 9779361..2027d26 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/jbrowse_jupyter/__init__.py b/jbrowse_jupyter/__init__.py index 0185855..ceee9d1 100644 --- a/jbrowse_jupyter/__init__.py +++ b/jbrowse_jupyter/__init__.py @@ -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"]