We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552392a commit e19b3a9Copy full SHA for e19b3a9
famplex/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '0.0.4'
+__version__ = '0.0.5'
2
3
from famplex.api import *
4
from famplex.load import *
setup.cfg
@@ -1,2 +1,2 @@
[metadata]
-description-file = README.md
+long_description = file: README.md
setup.py
@@ -14,7 +14,7 @@
14
package_relative_path = os.path.join(relative_site_packages,
15
'famplex')
16
setup(name='famplex',
17
- version='0.0.4',
+ version='0.0.5',
18
description="Resources for grounding protein complexes and families"
19
" from text and describing their hierarchical relationships.",
20
long_description=long_description,
0 commit comments