Revert "Merge pull request #29 from spacemeowx2/nfc-r3"

This reverts commit b1390805d9, reversing
changes made to 2f85c4ce08.
This commit is contained in:
Robert Martin
2020-09-02 18:45:01 +02:00
parent bf2e7e52fb
commit 99ba062710
4 changed files with 11 additions and 235 deletions
+2 -2
View File
@@ -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'
]
)