diff --git a/setup.cfg b/setup.cfg index 4b384e4a..57a4d96d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,9 @@ [metadata] license_files = LICENSE +author = Jonathan Zernik +description = Node for squeak protocol +long_description = file: README.md +long_description_content_type = text/markdown [bdist_wheel] universal = True diff --git a/setup.py b/setup.py index 6f73c221..7dba46e5 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,6 @@ setup( name="squeaknode", version=__version__, url="https://github.com/yzernik/squeaknode", - description="Node for squeak protocol.", packages=find_packages(), include_package_data=True, zip_safe=False,