forked from mirror/joycontrol
Revert "Merge pull request #29 from spacemeowx2/nfc-r3"
This reverts commitb1390805d9, reversing changes made to2f85c4ce08.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(name='joycontrol',
|
||||
version='0.14',
|
||||
version='0.15',
|
||||
author='Robert Martin',
|
||||
author_email='martinro@informatik.hu-berlin.de',
|
||||
description='Emulate Nintendo Switch Controllers over Bluetooth',
|
||||
@@ -10,7 +10,7 @@ setup(name='joycontrol',
|
||||
package_data={'joycontrol': ['profile/sdp_record_hid.xml']},
|
||||
zip_safe=False,
|
||||
install_requires=[
|
||||
'hid', 'aioconsole', 'dbus-python', 'crc8'
|
||||
'hid', 'aioconsole', 'dbus-python'
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user