You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1023 B

9 years ago
  1. [metadata]
  2. name = zolfa-nd2reader
  3. version = attr:zolfa.nd2reader.version
  4. description = A tool for reading ND2 files produced by NIS Elements
  5. description-file = README.md
  6. classifiers =
  7. Development Status :: 5 - Production/Stable
  8. Intended Audience :: Science/Research
  9. License :: Freely Distributable
  10. License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
  11. Operating System :: POSIX :: Linux
  12. Programming Language :: Python :: 2.7
  13. Programming Language :: Python :: 3.4
  14. Topic :: Scientific/Engineering
  15. keywords =
  16. nd2
  17. nikon
  18. microscopy
  19. NIS Elements
  20. author = Ruben Verweij, Lorenzo Zolfanelli
  21. author_email = dev@zolfa.nl
  22. url = https://projects.lilik.it/zolfa/zolfa-nd2reader
  23. [options]
  24. packages = find_namespace:
  25. package_dir =
  26. = src
  27. python_requires = >=3.6
  28. install_requires =
  29. numpy>=1.14
  30. six>=1.4
  31. xmltodict>=0.9.2
  32. PIMS>=0.5.0
  33. setup_requires =
  34. setuptools_scm
  35. [options.packages.find]
  36. where = src
  37. include = zolfa.*
  38. [bdist_wheel]
  39. universal=1