|
|
@ -1,5 +1,5 @@ |
|
|
|
from setuptools import setup |
|
|
|
from nd2reader import __version__ as VERSION |
|
|
|
#from nd2reader import __version__ as VERSION |
|
|
|
|
|
|
|
if __name__ == '__main__': |
|
|
|
setup( |
|
|
@ -9,14 +9,14 @@ if __name__ == '__main__': |
|
|
|
'numpy>=1.6.2', |
|
|
|
'six>=1.4', |
|
|
|
'xmltodict>=0.9.2', |
|
|
|
'pims>=0.3.0' |
|
|
|
'PIMS>=0.5.0' |
|
|
|
], |
|
|
|
version=VERSION, |
|
|
|
version="3.2.3-zolfa-dev0", |
|
|
|
description='A tool for reading ND2 files produced by NIS Elements', |
|
|
|
author='Ruben Verweij', |
|
|
|
author_email='ruben@lighthacking.nl', |
|
|
|
url='https://github.com/rbnvrw/nd2reader', |
|
|
|
download_url='https://github.com/rbnvrw/nd2reader/tarball/%s' % VERSION, |
|
|
|
download_url='https://github.com/rbnvrw/nd2reader/tarball/%s' % "3.2.3-zolfa-dev0", |
|
|
|
keywords=['nd2', 'nikon', 'microscopy', 'NIS Elements'], |
|
|
|
classifiers=['Development Status :: 5 - Production/Stable', |
|
|
|
'Intended Audience :: Science/Research', |
|
|
|