forked from mirror/joycontrol
cleanup, fixed package data
This commit is contained in:
@@ -7,8 +7,10 @@ setup(name='joycontrol',
|
||||
author_email='martinro@informatik.hu-berlin.de',
|
||||
description='Emulate Nintendo Switch Controllers over Bluetooth',
|
||||
packages=find_packages(),
|
||||
package_data={'joycontrol': ['profile/sdp_record_hid.xml']},
|
||||
zip_safe=False,
|
||||
install_requires=[
|
||||
# TODO
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user