Refactor hidapi

This commit is contained in:
Florian Kaiser
2021-01-10 14:06:53 +01:00
parent 9c79d961f1
commit 4c86d71633
2 changed files with 11 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
setup(
name='pydualsense',
version='0.4.2',
version='0.5.0',
description='use your DualSense (PS5) controller with python',
long_description=long_description,
long_description_content_type="text/markdown",
@@ -14,5 +14,5 @@ setup(
author='Florian K',
license='MIT License',
packages=setuptools.find_packages(),
install_requires=['hid>=1.0.4']
install_requires=['hidapi-usb']
)