We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 400d24b commit 75ad8efCopy full SHA for 75ad8ef
mpcontribs-api/mpcontribs/api/config.py
@@ -14,6 +14,8 @@
14
with gzip.open(formulae_path) as f:
15
FORMULAE = json.load(f)
16
17
+VERSION = __version__
18
+
19
JSON_ADD_STATUS = False
20
SECRET_KEY = "super-secret" # TODO in local prod config
21
@@ -58,7 +60,7 @@
58
60
"title": "MPContribs API",
59
61
"description": "Operations to contribute, update and retrieve materials data on Materials Project",
62
"termsOfService": "https://materialsproject.org/terms",
- "version": __version__,
63
+ "version": VERSION,
64
"contact": {
65
"name": "MPContribs",
66
"email": "contribs@materialsproject.org",
0 commit comments