forked from refnx/refnx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
62 lines (57 loc) · 1.29 KB
/
setup.cfg
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
[metadata]
name = refnx
description = Neutron and X-ray Reflectometry Analysis
author = Andrew Nelson
author_email = [email protected]
license = BSD
url = https://github.com/refnx/refnx
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Science/Research
License :: Public Domain
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Chemistry
Topic :: Scientific/Engineering :: Physics
platforms =
Windows
Linux
Solaris
Mac OS-X
Unix
python_requires = ">=3.7"
project_urls =
Bug Tracker = https://github.com/refnx/refnx/issues
Documentation = https://refnx.readthedocs.io/en/latest/
Source Code = https://github.com/refnx/refnx
[options]
install_requires =
numpy
scipy
orsopy
tests_require =
pytest
uncertainties
[options.extras_require]
all = IPython
ipywidgets
traitlets
matplotlib
xlrd
h5py
tqdm
pymc3
theano
attrs
pandas
pyparsing
periodictable
pyqt5
corner
[options.entry_points]
gui_scripts =
refnx = refnx.reflect:main