Metadata-Version: 1.1
Name: chrome-webstore-deploy
Version: 0.0.1
Summary: Automate deployment of Chrome extensions/apps to Chrome Web Store.
Home-page: http://github.com/jonnor/chrome-webstore-deploy/
Author: Jon Nordby
Author-email: jononor@gmail.com
License: MIT
Description: 
        Usage
        =========
        
        Example::
        
            export WEBSTORE_OAUTH2_FILE=oauth2.dat
            export WEBSTORE_SECRETS_FILE=secrets.json
            python chrome-web-store.py PROJECT_ID --upload=MYAPP-*.zip --publish=internal
        
        License
        =========
        
        MIT
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
