Skip to content

Commit 0220a0d

Browse files
committed
add description
1 parent 0b52e72 commit 0220a0d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Helper file to handle all configs
22
[metdata]
33
name = MDRestraintsGenerator
4-
description =
4+
description = Enabling the use of restraints in alchemical simulations
55
long_description = file: README.md
6-
long_description_content_type = text/markdown
6+
long_description_content_type = 'text/markdown'
77
author = Irfan Alibay
88
author_email = irfan.alibay@omsf.io
99
license = LGPLv3
@@ -30,6 +30,7 @@ include_package_data = True
3030
packages = find:
3131

3232
[options.package_data]
33+
* = *.md
3334
MDRestraintsGenerator = "./MDRestraintsGenerator/data/*"
3435

3536
[options.extras_require]

0 commit comments

Comments
 (0)