1 parent 0b52e72 commit 0220a0dCopy full SHA for 0220a0d
1 file changed
setup.cfg
@@ -1,9 +1,9 @@
1
# Helper file to handle all configs
2
[metdata]
3
name = MDRestraintsGenerator
4
-description =
+description = Enabling the use of restraints in alchemical simulations
5
long_description = file: README.md
6
-long_description_content_type = text/markdown
+long_description_content_type = 'text/markdown'
7
author = Irfan Alibay
8
author_email = irfan.alibay@omsf.io
9
license = LGPLv3
@@ -30,6 +30,7 @@ include_package_data = True
30
packages = find:
31
32
[options.package_data]
33
+* = *.md
34
MDRestraintsGenerator = "./MDRestraintsGenerator/data/*"
35
36
[options.extras_require]
0 commit comments