|
@ -3,20 +3,20 @@ from setuptools import setup |
|
|
|
|
|
|
|
|
if __name__ == '__main__': |
|
|
if __name__ == '__main__': |
|
|
setup( |
|
|
setup( |
|
|
name='nd2reader', |
|
|
|
|
|
packages=['nd2reader'], |
|
|
|
|
|
|
|
|
name='nd2reader2', |
|
|
|
|
|
packages=['nd2reader2'], |
|
|
install_requires=[ |
|
|
install_requires=[ |
|
|
'numpy>=1.6.2', |
|
|
'numpy>=1.6.2', |
|
|
'six>=1.4', |
|
|
'six>=1.4', |
|
|
'xmltodict>=0.9.2', |
|
|
'xmltodict>=0.9.2', |
|
|
'PIMS>=0.5.0' |
|
|
'PIMS>=0.5.0' |
|
|
], |
|
|
], |
|
|
version="3.2.3-zolfa-dev0", |
|
|
|
|
|
|
|
|
version="0.0.1", |
|
|
description='A tool for reading ND2 files produced by NIS Elements', |
|
|
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' % "3.2.3-zolfa-dev0", |
|
|
|
|
|
|
|
|
author='Lorenzo Zolfanelli', |
|
|
|
|
|
author_email='dev@zolfa.nl', |
|
|
|
|
|
url='https://projects.lilik.it/zolfa/nd2reader2', |
|
|
|
|
|
download_url='https://github.com/rbnvrw/nd2reader2/tarball/%s' % "0.0.1", |
|
|
keywords=['nd2', 'nikon', 'microscopy', 'NIS Elements'], |
|
|
keywords=['nd2', 'nikon', 'microscopy', 'NIS Elements'], |
|
|
classifiers=['Development Status :: 5 - Production/Stable', |
|
|
classifiers=['Development Status :: 5 - Production/Stable', |
|
|
'Intended Audience :: Science/Research', |
|
|
'Intended Audience :: Science/Research', |
|
|