32 lines
671 B
INI
32 lines
671 B
INI
[bdist_wheel]
|
|
universal = 1
|
|
|
|
[metadata]
|
|
name = amor_eos
|
|
version = attr: libeos.__version__
|
|
author = Jochen Stahn - Paul Scherrer Institut
|
|
author_email = jochen.stahn@psi.ch
|
|
description = EOS reflectometry reduction for AMOR instrument
|
|
license = MIT
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
License :: OSI Approved :: MIT License
|
|
Operating System :: OS Independent
|
|
Topic :: Scientific/Engineering
|
|
Development Status :: 5 - Production/Stable
|
|
|
|
[options]
|
|
python_requires = >=3.8
|
|
packages =
|
|
libeos
|
|
scripts =
|
|
eos.py
|
|
install_requires =
|
|
numpy
|
|
h5py
|
|
orsopy
|
|
numba
|
|
|
|
[project.urls]
|
|
Homepage = "https://github.com/jochenstahn/amor"
|