moved everything into api.py module, imported ApiClient into __init__.py. changed the path of the oauth-containing json file to current working directory, removed references to python-dotenv which has already been removed as a dependency

This commit is contained in:
2022-04-21 12:16:45 +02:00
parent 6b393f95fa
commit fe565a593d
6 changed files with 174 additions and 180 deletions

View File

@@ -4,7 +4,7 @@ setup(
name="avt_fresh",
author="Zev Averbach",
author_email="zev@averba.ch",
version="0.0.13",
version="0.0.14",
license="MIT",
python_requires=">3.10.0",
keywords="freshbooks API",