forked from issp-center-dev/abICS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
33 lines (29 loc) · 727 Bytes
/
Copy pathsetup.cfg
File metadata and controls
33 lines (29 loc) · 727 Bytes
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
[metadata]
name = abics
version = 1.0.0
description = ab-Initio Configuration Sampling tool kit
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/issp-center-dev/abICS
license = GPLv3
author = ABICS developers
author_email = abics-dev@issp.u-tokyo.ac.jp
[options]
packages = find:
zip_safe = False
python_requires= >=3.6.0
install_requires =
numpy
scipy
toml
mpi4py
pymatgen >= 2019.12.3
qe_tools
test_suite = test
[options.entry_points]
console_scripts =
abics = abics.scripts.main:main
st2abics = abics.scripts.st2abics_config:main
abicsRXsepT = abics.scripts.abicsRXsepT:main
[options.package_data]
* = input_template.toml