Skip to content

Commit

Permalink
add sub packages to master __init__.py needed for pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
gschramm committed Mar 27, 2020
1 parent 1c818e7 commit 7619552
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pymirc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
from . import fileio
from . import image_operations
from . import metrics
from . import viewer


from pkg_resources import get_distribution, DistributionNotFound
try:
__version__ = get_distribution(__name__).version
Expand Down

0 comments on commit 7619552

Please sign in to comment.