Browse Source

added setup

zolfa-add_slices_loading
Jim Rybarski 10 years ago
parent
commit
06f5b854a5
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      setup.py

+ 10
- 0
setup.py View File

@ -0,0 +1,10 @@
from setuptools import setup, find_packages
setup(
name="nd2reader",
packages=find_packages(),
version="0.9.0",
install_requires=[
'numpy',
],
)

Loading…
Cancel
Save