Skip to content

Commit efd5747

Browse files
committed
Fix PyPI README parsing
1 parent f7cdd4d commit efd5747

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

setup.cfg

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ignore =
3737
.github/*
3838

3939
[metadata]
40-
license_file = LICENSE
41-
description-file = README.md
42-
# long_description = file:README.md
43-
# long_description_content_type = text/markdown
40+
# license_file = LICENSE
41+
# description-file = README.md
42+
long_description = file:README.md
43+
long_description_content_type = text/markdown

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='DIPS-Plus',
7-
version='0.0.0',
7+
version='0.0.1',
88
description='The Enhanced Database of Interacting Protein Structures for Interface Prediction',
99
author='Alex Morehead',
1010
author_email='[email protected]',

0 commit comments

Comments
 (0)