From 15150287c89c5dd2b2a3d31b9f32ce9916d06d23 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Thu, 29 Apr 2021 00:39:46 +0200 Subject: [PATCH] update description --- flake.nix | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index b820025..7b98b16 100644 --- a/flake.nix +++ b/flake.nix @@ -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\]$ "; diff --git a/setup.py b/setup.py index 6c3667d..5554b5f 100644 --- a/setup.py +++ b/setup.py @@ -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"], )