48 lines
1.0 KiB
INI
48 lines
1.0 KiB
INI
|
[metadata]
|
||
|
name = nmreval
|
||
|
version = 0.1
|
||
|
description = Evaluation of data
|
||
|
long_description = file: README.md
|
||
|
author = Dominik Demuth
|
||
|
author_email = dominik.demuth@physik.tu-darmstadt.de
|
||
|
install_requires =
|
||
|
numpy
|
||
|
scipy
|
||
|
matplotlib
|
||
|
bsddb3
|
||
|
pyqtgraph
|
||
|
pyqt
|
||
|
h5py
|
||
|
keywords = nmr, physics, science
|
||
|
classifiers =
|
||
|
Development Status :: 3 - Alpha
|
||
|
Intended Audience :: End Users/Desktop
|
||
|
Intended Audience :: Science/Research
|
||
|
Topic :: Scientific/Engineering :: Physics
|
||
|
Topic :: Scientific/Engineering :: Visualization
|
||
|
Programming Language :: Python :: 3
|
||
|
Programming Language :: Python :: 3.7
|
||
|
Programming Language :: Python :: 3.8
|
||
|
Programming Language :: Python :: 3.9
|
||
|
Programming Language :: Python :: 3.10
|
||
|
Programming Language :: Python :: 3 :: Only
|
||
|
license = BSD 3-Clause License
|
||
|
|
||
|
[options]
|
||
|
include_package_data = True
|
||
|
packages = find:
|
||
|
scripts = bin/evaluate.py
|
||
|
|
||
|
[options.packages.find]
|
||
|
include =
|
||
|
nmreval*
|
||
|
resources*
|
||
|
|
||
|
[options.package_data]
|
||
|
* = *.txt, *.npz, *.png, *.json
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|