-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup.cfg
70 lines (63 loc) · 1.65 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
63
64
65
66
67
68
69
70
##########################
# Setup.py Configuration #
##########################
[metadata]
name = Xerus
version = v1.1b
description = XRay Estimation and Refinement Using Similarity (XERUS)
long_description = file: README.md
# URLs associated with the project
url = https://github.com/pedrobcst/Xerus
download_url = https://github.com/pedrobcst/Xerus/releases
project_urls =
Bug Tracker = https://github.com/pedrobcst/Xerus/issues
Source Code = https://github.com/pedrobcst/Xerus
Documentation = https://github.com/pedrobcst/Xerus
# Author information
author =
author_email =
maintainer =
maintainer_email =
# License Information
license = MIT
license_file = LICENSE.md
# Search tags
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3 :: Only
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Chemistry
keywords =
X-ray Diffraction
Materials Science
Materials Informatics
# Requirements
[options]
install_requires =
plotly>=5
requests>=2.25.1
h5py>=2.10.0
matplotlib==3.3.4
mongomock~=4.0
seaborn==0.11.2
scipy==1.5.3
# pymatgen==2020.1.28
pytest>=6.2.1
numpy==1.20.1
pymongo<4
optuna==2.4.0
PeakUtils==1.3.3
optimade
mp-api
zip_safe = False
include_package_data = True
python_requires = >=3.8
packages = find: