Newer
Older
from setuptools import setup
description="ESS Related Tools for Python",
url="http://ess-bp.pages.esss.lu.se/ess-python-tools",
install_requires=["importlib-metadata ~= 1.0 ; python_version < '3.8'", "h5py", "matplotlib", "numpy", "scipy", "webdavclient3"],
classifiers=[
# How mature is this project? Common values are
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Physics",
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
package_data={"ess": ["data/*.json"]},
scripts=["scripts/twcli", "scripts/tracewin_errorstudy", "scripts/ibsimu2tw"],