update description

This commit is contained in:
Denis Lehmann 2021-04-29 00:39:46 +02:00
parent 35eab89df4
commit 15150287c8
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
description = "A simple command line frontend for OpenRazer.";
description = "A simple command line frontend for OpenRazer";
nixConfig.bash-prompt = "\[\\e[1m\\e[32mrzr-develop\\e[0m\]$ ";

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"],
)