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 44 from distutils .core import setup
55
66setup (
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' ,
161617- 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' ,
You can’t perform that action at this time.
0 commit comments