We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0dbc57 commit a827073Copy full SHA for a827073
databaseparsers/__init__.py
@@ -45,6 +45,7 @@ def load(self):
45
46
openkim_parser_entry_point = EntryPoint(
47
name='parsers/openkim',
48
+ aliases=['parsers/openkim'],
49
description='NOMAD parser for OPENKIM.',
50
python_package='databaseparsers.openkim',
51
mainfile_contents_re=r'openkim|OPENKIM|OpenKIM',
0 commit comments