Fix typo in install url

master
Sebastian Lohff 5 年前
父节点 4833016d47
当前提交 5e3fa977db

@ -10,7 +10,7 @@ Features:
## Installation
```shell
$ pip install git+https://git.someserver.de/seba/fynnwacom/
$ pip install git+https://git.someserver.de/seba/fynncom/
```
## Configuration

@ -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/',
packages=['fynncom'],
install_requires=['click', 'pyyaml'],
entry_points={

正在加载...
取消
保存