Skip to content

Commit 4d1ac55

Browse files
committed
Fix package name
1 parent 4f5b005 commit 4d1ac55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
from distutils.core import setup
55

66
setup(
7-
name='karcher',
7+
name='karcher-home',
88
packages=['karcher'],
99
include_package_data=True,
10-
version='0.1',
10+
version='0.1.1',
1111
license='MIT',
1212
description='Kärcher Home Robots client',
1313
long_description=open('README.md').read(),
1414
long_description_content_type='text/markdown',
1515
author='Lauris BH',
1616
author_email='[email protected]',
17-
url='https://github.com/lafriks/karcher',
18-
download_url='https://github.com/lafriks/karcher/archive/v0.1.tar.gz',
17+
url='https://github.com/lafriks/python-karcher',
18+
download_url='https://github.com/lafriks/python-karcher/releases/download/v0.1.1/karcher-home-0.1.1.tar.gz',
1919
platforms='any',
2020
install_requires=[
2121
'requests',

0 commit comments

Comments
 (0)