change description

This commit is contained in:
Denis Lehmann 2021-04-22 01:02:58 +02:00
parent b328f10514
commit b81a5bdf1d

View file

@ -8,7 +8,7 @@ setup(
scripts=["bin/rzr"],
url="https://git.opaque.tech/denis/rzr",
license="LICENSE",
description="A simple command line frontend for OpenRazer",
description="A simple command line frontend for OpenRazer.",
long_description=open("README.org").read(),
install_requires=["colour", "openrazer", "toml"],
)