-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsetup.json
32 lines (32 loc) · 1.23 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
{
"name": "aiida-optimade",
"version": "1.2.0",
"url": "https://github.com/aiidateam/aiida-optimade",
"license": "MIT License",
"author": "Casper Welzel Andersen",
"author_email": "[email protected]",
"description": "Expose an AiiDA database according to the [OPTIMADE API specification](https://www.optimade.org).",
"keywords": "optimade aiida materials",
"include_package_data": true,
"classifiers": [
"Development Status :: 4 - Beta",
"Framework :: AiiDA",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Intended Audience :: Developers",
"Topic :: Database",
"Topic :: Database :: Database Engines/Servers",
"Topic :: Database :: Front-Ends",
"Topic :: Internet :: WWW/HTTP :: WSGI",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Server",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Chemistry",
"Topic :: Scientific/Engineering :: Physics"
]
}