This commit is contained in:
Denis Lehmann 2025-02-01 15:49:12 +01:00 committed by Denis Lehmann
parent 95c11fe598
commit a8dbaf6157
6 changed files with 38 additions and 75 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(),