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={