-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup.json
40 lines (40 loc) · 1.17 KB
/
setup.json
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
{
"name": "aiida-jutools",
"author": "JuDFTteam, Philipp Rüßmann",
"author_email": "p.ruessmann@fz-juelich.de",
"description": "AiiDA helper for Jülich AiiDA plugins",
"url": "https://github.com/JuDFTteam/aiida-jutools",
"download_url": "https://github.com/JuDFTteam/aiida-jutools",
"license": "MIT",
"classifiers": [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Development Status :: 4 - Beta",
"Environment :: Plugins",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Physics",
"Natural Language :: English",
"Framework :: AiiDA"
],
"version": "0.1.2",
"reentry_register": true,
"install_requires": [
"numpy",
"pandas",
"masci-tools",
"aiida-core",
"pytz",
"humanfriendly",
"pycifrw",
"spglib"
],
"extras_require": {
"pre-commit": [
]
},
"entry_points": {
}
}