Change description in setup.py (#1497)

This commit is contained in:
Jonathan Zernik 2021-10-04 19:20:12 -07:00 committed by GitHub
parent b020b9aff9
commit 3f9a67a439
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@ setup(
name="squeaknode",
version=__version__,
url="https://github.com/yzernik/squeaknode",
description="Server for squeak protocol.",
description="Node for squeak protocol.",
packages=find_packages(),
include_package_data=True,
zip_safe=False,