Skip to content

Conversation

carsongee
Copy link
Contributor

This resolves #133 warehouse style.

Happy to add more or remove more from __about__.py, just picked out what seemed like the obvious ones.

@hiranya911
Copy link
Contributor

This looks solid. Thanks @carsongee for the PR.

@hiranya911
Copy link
Contributor

@avishalom please check if we can include this in the next release.

if [ -z "$CUR_VERSION" ]; then
echo "[ERROR] Failed to find the current version. Check firebase_admin/__init__.py for version declaration."
echo "[ERROR] Failed to find the current version. Check firebase_admin/__version__.py for version declaration."
Copy link
Contributor

@avishalom avishalom Mar 14, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/__version__.py/__about__.py/ ?

@carsongee carsongee force-pushed the feature/setup_deps branch from d8b5c6c to 36edf7c Compare March 14, 2018 22:30
Copy link
Contributor

@avishalom avishalom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good.

@avishalom avishalom merged commit 9564ce0 into firebase:master Mar 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

setup.py imports firebase_admin which requires six
3 participants