We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5b005 commit 4d1ac55Copy full SHA for 4d1ac55
1 file changed
setup.py
@@ -4,18 +4,18 @@
4
from distutils.core import setup
5
6
setup(
7
- name='karcher',
+ name='karcher-home',
8
packages=['karcher'],
9
include_package_data=True,
10
- version='0.1',
+ version='0.1.1',
11
license='MIT',
12
description='Kärcher Home Robots client',
13
long_description=open('README.md').read(),
14
long_description_content_type='text/markdown',
15
author='Lauris BH',
16
author_email='lauris@nix.lv',
17
- url='https://github.com/lafriks/karcher',
18
- download_url='https://github.com/lafriks/karcher/archive/v0.1.tar.gz',
+ url='https://github.com/lafriks/python-karcher',
+ download_url='https://github.com/lafriks/python-karcher/releases/download/v0.1.1/karcher-home-0.1.1.tar.gz',
19
platforms='any',
20
install_requires=[
21
'requests',
0 commit comments