This commit is contained in:
Denis Lehmann 2025-02-01 15:44:29 +01:00
parent a77ab633ca
commit 4b372f12c8
5 changed files with 36 additions and 73 deletions

View file

@ -2,11 +2,8 @@ from setuptools import setup
setup(
name="rzr",
version="0.0.1",
author="Denis Lehmann",
author_email="denis@opaque.tech",
scripts=["bin/rzr"],
url="https://git.opaque.tech/denis/rzr",
scripts=["./rzr"],
py_modules=[],
license="LICENSE",
description="A simple command line frontend for OpenRazer",
long_description=open("README.org").read(),