Skip to content

Commit

Permalink
setup stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
acl21 committed Apr 6, 2019
1 parent 9d57604 commit 70a1f8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# file GENERATED by distutils, do NOT edit
setup.cfg
setup.py
image_bbox_slicer/__init__.py
image_bbox_slicer/helpers.py
image_bbox_slicer/main.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from distutils.core import setup
setup(
name = 'image_bbox_slicer
name = 'image_bbox_slicer',
packages = ['image_bbox_slicer'],
version = '0.1.0',
license='MIT',
Expand Down

0 comments on commit 70a1f8e

Please sign in to comment.