Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Enable packaged installation using setup.py #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jhansche
Copy link

@jhansche jhansche commented Feb 4, 2013

This also removes the dependency on config.py from googleplay.py. The
reason for that is because GooglePlayAPI constructor already accepts
values for the fields being obtained via config.py, and only the driver
wrapper scripts pass in those values from config.py.

By removing config.py dependency, it allows the package to be installed
via easy_install, which will only install the googleplay and
googleplay_pb2 modules to the system, avoiding the need to introduce any
of the other scripts.

This also removes the dependency on config.py from googleplay.py. The
reason for that is because GooglePlayAPI constructor already accepts
values for the fields being obtained via config.py, and only the driver
wrapper scripts pass in those values from config.py.

By removing config.py dependency, it allows the package to be installed
via easy_install, which will only install the googleplay and
googleplay_pb2 modules to the system, avoiding the need to introduce any
of the other scripts.

Change-Id: Ice195c62369000ecd2778fd5cbf6714601ae338f
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant