Skip to content

Commit 55918f5

Browse files
authored
Add meta data to fpm package manifest (#1)
1 parent f5de6a9 commit 55918f5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

fpm.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name = "mstore"
22
version = "0.1.0"
33
license = "Apache-2.0"
4+
maintainer = ["@awvwgk"]
5+
author = ["Sebastian Ehlert"]
6+
copyright = "2020-2021 Sebastian Ehlert"
7+
description = "Molecular structure store for testing"
8+
keywords = ["computational-chemistry", "testing"]
49

510
[dependencies]
611
[dependencies.mctc-lib]

0 commit comments

Comments
 (0)