diff --git a/README.md b/README.md index a1629cc..2e01afb 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ Tired of searching with your mouse ? Let's automate the process. -I'm currently only supporting seloger and google sheets as third parties. For other integrations, feel free to write an issue. +I'm currently only supporting seloger.com and google sheets as third parties. For other integrations, feel free to write an issue. ## Genereting credentials ### Google sheets -To learn how to create credentials for a desktop application, go to [Create credentials](https://developers.google.com/workspace/guides/create-credentials). +To learn how to create credentials, go to [Create credentials](https://developers.google.com/workspace/guides/create-credentials). Once you create the credentials, make sure the downloaded JSON file is saved as credentials.json. Then move the file to your working directory and fill the path when instanciating the service. diff --git a/seloger_google_sheets/__init__.py b/seloger_google_sheets/__init__.py index e1ca320..f3f5151 100644 --- a/seloger_google_sheets/__init__.py +++ b/seloger_google_sheets/__init__.py @@ -1,5 +1,3 @@ -from . import google -from . import seloger from .real_estate import RealEstate from .real_estate_service import RealEstateService from .spreadsheet_service import SpreadsheetsService diff --git a/setup.py b/setup.py index 43cc199..4322851 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="seloger-google-sheets", # Replace with your own username - version="1.0.0", + version="1.0.5", author="Arthur RICHARD", author_email="arthur.richard@protonmail.com", description="Tired of searching with your mouse ? Let's automate the process.",