0.0.4
fixed structure of the package added background send thread added close function for terminating the background thread
This commit is contained in:
7
setup.py
7
setup.py
@@ -6,14 +6,13 @@ with open("README.md", "r") as fh:
|
||||
|
||||
setup(
|
||||
name='pydualsense',
|
||||
version='0.0.1',
|
||||
description='control your dualsense controller with python',
|
||||
version='0.0.4',
|
||||
description='control your DualSense (PS5) controller with python',
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url='https://github.com/flok/pydualsense',
|
||||
author='Florian Kaiser',
|
||||
author_email='shudson@anl.gov',
|
||||
license='BSD 2-clause',
|
||||
license='MIT License',
|
||||
packages=setuptools.find_packages(),
|
||||
install_requires=['hid>=1.0.4']
|
||||
)
|
||||
|
Reference in New Issue
Block a user