bumplzz69 / google-api-python-client

Automatically exported from code.google.com/p/google-api-python-client
Other
0 stars 0 forks source link

Move enable-app-engine-project into setup.py #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The enable-app-engine-project script should be moved into an option in setup.py 
so it can be run as:

  $ python setup.py copy_to_app_engine <project dir>

This will make sure that the right files are picked up and avoid all the issues 
of trying to unpack eggs, etc.

Original issue reported on code.google.com by jcgregorio@google.com on 6 Jul 2011 at 1:27

GoogleCodeExporter commented 9 years ago
Actually unpacking eggs wasn't that hard and now that enable-app-engine-project 
works consistently there's no need to move it into setup.py.

Original comment by jcgregorio@google.com on 7 Nov 2011 at 9:37