Add long description to setup.cfg (#1828)

This commit is contained in:
Jonathan Zernik 2021-11-27 22:23:02 -08:00 committed by GitHub
parent 3df440454a
commit b1087394f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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,