egirault / googleplay-api

Google Play Unofficial Python API - This project was a PoC and is not maintained anymore. Please feel free to fork it and improve it in any way.
879 stars 373 forks source link

Enable packaged installation using setup.py #18

Open jhansche opened 11 years ago

jhansche commented 11 years ago

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.