diff --git a/famplex/__init__.py b/famplex/__init__.py index 0ebbb3673..f65e7fe83 100644 --- a/famplex/__init__.py +++ b/famplex/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.0.4' +__version__ = '0.0.5' from famplex.api import * from famplex.load import * diff --git a/setup.cfg b/setup.cfg index b88034e41..df382b503 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [metadata] -description-file = README.md +long_description = file: README.md diff --git a/setup.py b/setup.py index 2a5ae0ea0..2a67ff0b2 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ package_relative_path = os.path.join(relative_site_packages, 'famplex') setup(name='famplex', - version='0.0.4', + version='0.0.5', description="Resources for grounding protein complexes and families" " from text and describing their hierarchical relationships.", long_description=long_description,