Compare commits
No commits in common. "988551b3aa8bf5f70eb2fa689951abcf212c7264" and "4833016d47cabedc78131f732d0f11a9808a4ecc" have entirely different histories.
988551b3aa
...
4833016d47
|
@ -10,8 +10,7 @@ Features:
|
|||
## Installation
|
||||
|
||||
```shell
|
||||
# python3 based pip is required (check with pip --version)
|
||||
$ pip install git+https://git.someserver.de/seba/fynncom/
|
||||
$ pip install git+https://git.someserver.de/seba/fynnwacom/
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
|
3
setup.py
3
setup.py
|
@ -7,8 +7,7 @@ setup(name='fynncom',
|
|||
description='Wacom tablet button configuration tool',
|
||||
author='Sebastian Lohff',
|
||||
author_email='seba@someserver.de',
|
||||
url='https://git.someserver.de/seba/fynncom/',
|
||||
python_requires='>=3.5',
|
||||
url='https://git.someserver.de/seba/fynnwacom',
|
||||
packages=['fynncom'],
|
||||
install_requires=['click', 'pyyaml'],
|
||||
entry_points={
|
||||
|
|
Loading…
Reference in New Issue