1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
[metadata]
name = silx
version = attr: silx._version.strictversion
url = http://www.silx.org/
author = data analysis unit
author_email = silx@esrf.fr
description = Software library for X-ray data analysis
long_description = file: README.rst
license = MIT
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: MacOS X
Environment :: Win32 (MS Windows)
Environment :: X11 Applications :: Qt
Intended Audience :: Education
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Programming Language :: Cython
Programming Language :: Python :: 3
Programming Language :: Python :: Implementation :: CPython
Topic :: Scientific/Engineering :: Physics
Topic :: Software Development :: Libraries :: Python Modules
[options]
zip_safe = False
python_requires = >=3.8
packages = find:
package_dir =
=src
silx.examples = examples
[options.entry_points]
console_scripts =
silx = silx.__main__:main
[options.packages.find]
where = src
include = silx*
[options.package_data]
silx.resources =
gui/logo/*.png
gui/logo/*.svg
gui/icons/*.png
gui/icons/*.svg
gui/icons/*.mng
gui/icons/*.gif
gui/icons/*/*.png
opencl/*.cl
opencl/image/*.cl
opencl/sift/*.cl
opencl/codec/*.cl
gui/colormaps/*.npy
silx.examples = *.png
[egg_info]
tag_build =
tag_date = 0
|