-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.json
More file actions
31 lines (31 loc) · 883 Bytes
/
Copy pathsetup.json
File metadata and controls
31 lines (31 loc) · 883 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
{
"author": "Leonid Kahle",
"author_email": "leonid.kahle@epfl.ch",
"classifiers": [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "AiiDA Graph Explorer: a tools to recursively traverse the AiiDA graph",
"extras_require": {
"dev_precommit": [
"pre-commit"
],
"docs": [
"Sphinx",
"docutils",
"sphinx_rtd_theme"
]
},
"install_requires": [
"numpy",
"aiida"
],
"extras_requires":{},
"license": "MIT License",
"name": "age",
"url": "https://github.com/lekah/AGE",
"version": "0.1.0"
}