Skip to content

Commit

Permalink
fix(#2) : Fix import error on package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuRHD authored Jul 19, 2022
1 parent ed0f37a commit c759ca8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 0 additions & 2 deletions seloger_google_sheets/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
description="Tired of searching with your mouse ? Let's automate the process.",
Expand Down

0 comments on commit c759ca8

Please sign in to comment.