remote-evdev/setup.py

13 lines
393 B
Python
Raw Normal View History

2022-07-20 04:41:09 +00:00
from setuptools import setup
setup(
name='remote-evdev',
version='1.0',
packages=['remote_evdev', 'remote_evdev.config', 'remote_evdev.stream'],
url='https://github.com/Surferlul/remote-evdev',
license='GNU General Public License v2.0',
author='lu',
author_email='lukasabaumann@gmail.com',
description='Share evdev devices (unix input devices) over network'
)