diff --git a/cellregistry/__init__.py b/cellregistry/__init__.py index b147350..0b2b1f8 100644 --- a/cellregistry/__init__.py +++ b/cellregistry/__init__.py @@ -1,4 +1,4 @@ -"""A reference manager. +"""A registry for single cells [`source `__]. This schema module provides a single registry `Reference` to store references to studies, reports, papers, blog posts, preprints. @@ -8,7 +8,7 @@ Import the package:: - import cellregistry as frefs + import cellregistry as creg The `Reference` registry: @@ -31,4 +31,3 @@ def __getattr__(name): if _check_instance_setup(): del __getattr__ # delete so that imports work out - from .models import Reference