forked from mirror/joycontrol
reorganization - created package
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(name='joycontrol',
|
||||
version='0.1',
|
||||
author='Robert Martin',
|
||||
author_email='martinro@informatik.hu-berlin.de',
|
||||
description='Emulate Nintendo Switch Controllers over Bluetooth',
|
||||
packages=find_packages(),
|
||||
zip_safe=False,
|
||||
install_requires=[
|
||||
# TODO
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user