|
|
@ -5,7 +5,7 @@ with open("requirements.txt") as file: |
|
|
|
|
|
|
|
|
setup( |
|
|
setup( |
|
|
name="simple-gapi", |
|
|
name="simple-gapi", |
|
|
version="1.0", |
|
|
|
|
|
|
|
|
version="1.1", |
|
|
description="Useful abstractions for google apis", |
|
|
description="Useful abstractions for google apis", |
|
|
install_requires=INSTALL_REQUIRES, |
|
|
install_requires=INSTALL_REQUIRES, |
|
|
author="Raphael Roberts", |
|
|
author="Raphael Roberts", |
|
|
|