cleanup
This commit is contained in:
parent
95c11fe598
commit
a8dbaf6157
6 changed files with 38 additions and 75 deletions
7
setup.py
7
setup.py
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue