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