diff --git a/setup.py b/setup.py index ae3f879..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="Apply lightmaps to Razer devices", + description="A simple command line frontend for OpenRazer", long_description=open("README.org").read(), install_requires=["colour", "openrazer", "toml"], )