We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7cdd4d commit efd5747Copy full SHA for efd5747
setup.cfg
@@ -37,7 +37,7 @@ ignore =
37
.github/*
38
39
[metadata]
40
-license_file = LICENSE
41
-description-file = README.md
42
-# long_description = file:README.md
43
-# long_description_content_type = text/markdown
+# license_file = LICENSE
+# description-file = README.md
+long_description = file:README.md
+long_description_content_type = text/markdown
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name='DIPS-Plus',
7
- version='0.0.0',
+ version='0.0.1',
8
description='The Enhanced Database of Interacting Protein Structures for Interface Prediction',
9
author='Alex Morehead',
10
author_email='[email protected]',
0 commit comments