Metadata-Version: 1.0
Name: qgispluginreleaser
Version: 0.1
Summary: Add-on for zest.releaser for releasing qgis plugins
Home-page: https://github.com/nens/qgispluginreleaser
Author: Reinout van Rees
Author-email: reinout@vanrees.org
License: GPL
Description: qgispluginreleaser
        ==========================================
        
        Add-on for zest.releaser for releasing qgis plugins.
        
        Zest.releaser can be extended, see its `entrypoints documentation
        <http://zestreleaser.readthedocs.org/en/latest/entrypoints.html>`_.
        
        What we do:
        
        - We hook into the "release" step and create a zipfile with a version number
          and copy it to the current directory. You can scp it to a server afterwards.
        
        - In the "prerelease" and "postrelease" steps we change the version number in
          the qgis ``metadata.txt`` file.
        
        
        Installation
        ------------
        
        You'll have to install it globally (or in a custom virtualenv) as qgis plugins
        normally don't have a full python setup.
        
        The plugin checks whether there's a ``metadata.txt`` (lowercase) with a
        ``qgisMinimumVersion`` string inside it. If found, the plugin runs. Otherwise
        it stays out of the way. So it should be safe to install globally.
        
        
        Credits
        =======
        
        - Reinout van Rees started this library.
        
        
        Changelog of qgispluginreleaser
        ===================================================
        
        
        0.1 (2016-01-19)
        ----------------
        
        - Initial project structure created with nensskel.
        
        - Changing versions in metadata.txt in the prerelease/postrelease step.
        
        - Creating a zipfile (with version number in the filename) automatically in
          the release step. Note that you must answer "yes" to the "checkout a tag?"
          question.
        
Platform: UNKNOWN
