From 5e3fa977db34228a169027abfea474b4bff9cdb0 Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Sun, 17 Mar 2019 02:32:26 +0100 Subject: [PATCH] Fix typo in install url --- README.md | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5f561a..85bef9e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index 7a1dd11..6146b89 100644 --- a/setup.py +++ b/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/', + packages=['fynncom'], install_requires=['click', 'pyyaml'], entry_points={