first package
This commit is contained in:
parent
c3ed9af8a0
commit
2ce556f9fc
4 changed files with 21 additions and 0 deletions
14
setup.py
Normal file
14
setup.py
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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",
|
||||
license="LICENSE",
|
||||
description="Apply lightmaps to Razer devices",
|
||||
long_description=open("README.org").read(),
|
||||
install_requires=["colour", "openrazer", "toml"],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue