Skip to content

Commit

Permalink
Update default implementation information (#372)
Browse files Browse the repository at this point in the history
* Update default implementation information

* fix lint error
  • Loading branch information
shyamd committed Jun 25, 2020
1 parent 271a34d commit 4c299e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optimade/server/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ class ServerConfig(BaseSettings):
)
implementation: Implementation = Field(
Implementation(
name="Example implementation",
name="Optimade Python Tools",
version=__version__,
source_url="https://github.com/Materials-Consortia/optimade-python-tools",
maintainer=None,
maintainer={"email": "dev@optimade.org"},
),
description="Introspective information about this OPTIMADE implementation",
)
Expand Down

0 comments on commit 4c299e2

Please sign in to comment.