File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
from distutils .core import setup
5
5
6
6
setup (
7
- name = 'karcher' ,
7
+ name = 'karcher-home ' ,
8
8
packages = ['karcher' ],
9
9
include_package_data = True ,
10
- version = '0.1' ,
10
+ version = '0.1.1 ' ,
11
11
license = 'MIT' ,
12
12
description = 'Kärcher Home Robots client' ,
13
13
long_description = open ('README.md' ).read (),
14
14
long_description_content_type = 'text/markdown' ,
15
15
author = 'Lauris BH' ,
16
16
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' ,
19
19
platforms = 'any' ,
20
20
install_requires = [
21
21
'requests' ,
You can’t perform that action at this time.
0 commit comments