Skip to content

Commit

Permalink
rename component
Browse files Browse the repository at this point in the history
  • Loading branch information
rossdargan committed Nov 24, 2020
1 parent 9e6d0b5 commit 6b7c571
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
from pprint import pprint
from pathlib import Path
import asyncio
from lazy_spa.auth import Auth
from lazy_spa.spa import Spa
from lazy_spa.errors import Error
from layz_spa.auth import Auth
from layz_spa.spa import Spa
from layz_spa.errors import Error
async def main():
cache_file = Path("test_token.cache")

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ def readme():
return desc.read()

setup(
name = 'lazy_spa',
packages = ['lazy_spa'],
name = 'layz_spa',
packages = ['layz_spa'],
version = '0.2',
license='MIT',
description = 'An API to control wifi based lay-z spas',
long_description=readme(),
long_description_content_type='text/markdown',
author = 'Ross Dargan',
author_email = 'lazyspa@the-dargans.co.uk',
author_email = 'layzspa@the-dargans.co.uk',
url = 'https://github.com/rossdargan/',
download_url = 'https://github.com/rossdargan/lazy-spa-api/archive/0.2.tar.gz',
keywords = ['Lazy Spa', 'Lay-z spa'],
keywords = ['Lazy Spa', 'Layz Spa', 'Lay-z spa'],
install_requires=[
'aiohttp'
],
Expand Down

0 comments on commit 6b7c571

Please sign in to comment.