Fix typo in install url
This commit is contained in:
parent
4833016d47
commit
5e3fa977db
|
@ -10,7 +10,7 @@ Features:
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ pip install git+https://git.someserver.de/seba/fynnwacom/
|
$ pip install git+https://git.someserver.de/seba/fynncom/
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -7,7 +7,8 @@ setup(name='fynncom',
|
||||||
description='Wacom tablet button configuration tool',
|
description='Wacom tablet button configuration tool',
|
||||||
author='Sebastian Lohff',
|
author='Sebastian Lohff',
|
||||||
author_email='seba@someserver.de',
|
author_email='seba@someserver.de',
|
||||||
url='https://git.someserver.de/seba/fynnwacom',
|
url='https://git.someserver.de/seba/fynncom/',
|
||||||
|
|
||||||
packages=['fynncom'],
|
packages=['fynncom'],
|
||||||
install_requires=['click', 'pyyaml'],
|
install_requires=['click', 'pyyaml'],
|
||||||
entry_points={
|
entry_points={
|
||||||
|
|
Loading…
Reference in New Issue