Update requirements and author name in setup.py

This commit is contained in:
Florian Kaiser
2022-08-14 22:06:34 +02:00
parent e1907e7a6f
commit 79bf833c9a
2 changed files with 4 additions and 2 deletions

View File

@@ -1 +1,3 @@
hid==1.0.4
hid-usb
sphinx
furo

View File

@@ -11,7 +11,7 @@ setup(
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/flok/pydualsense',
author='Florian K',
author='Florian (flok) K',
license='MIT License',
packages=setuptools.find_packages(),
install_requires=['hidapi-usb>=0.3', 'cffi']