Metadata-Version: 2.1
Name: cs.zestreleaser.eggbuilder
Version: 1.0.1
Summary: An add-on for Plone
Home-page: https://github.com/collective/cs.zestreleaser.eggbuilder
Author: Mikel Larreategi
Author-email: mlarreategi@codesyntax.com
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/cs.zestreleaser.eggbuilder
Project-URL: Source, https://github.com/collective/cs.zestreleaser.eggbuilder
Project-URL: Tracker, https://github.com/collective/cs.zestreleaser.eggbuilder/issues
Description: .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
           If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
           This text does not appear on pypi or github. It is a comment.
        
        .. image:: https://travis-ci.com/collective/cs.zestreleaser.eggbuilder.svg?branch=master
            :target: https://travis-ci.com/collective/cs.zestreleaser.eggbuilder
        
        .. image:: https://coveralls.io/repos/github/collective/cs.zestreleaser.eggbuilder/badge.svg?branch=master
            :target: https://coveralls.io/github/collective/cs.zestreleaser.eggbuilder?branch=master
            :alt: Coveralls
        
        .. image:: https://img.shields.io/pypi/v/cs.zestreleaser.eggbuilder.svg
            :target: https://pypi.python.org/pypi/cs.zestreleaser.eggbuilder/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/status/cs.zestreleaser.eggbuilder.svg
            :target: https://pypi.python.org/pypi/cs.zestreleaser.eggbuilder
            :alt: Egg Status
        
        .. image:: https://img.shields.io/pypi/pyversions/cs.zestreleaser.eggbuilder.svg?style=plastic
            :alt: Supported - Python Versions
        
        .. image:: https://img.shields.io/pypi/l/cs.zestreleaser.eggbuilder.svg
            :target: https://pypi.python.org/pypi/cs.zestreleaser.eggbuilder/
            :alt: License
        
        
        ==========================
        cs.zestreleaser.eggbuilder
        ==========================
        
        Create egg files if the user wants
        
        We have a client that uses some old deployment scripts that needs \*.egg files to complete
        the deployment.
        
        So using this zest.releaser plugin we can build egg files automatically for the package
        we are relasing.
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Mikel Larreategi, mlarreategi@codesyntax.com
        
        
        Changelog
        =========
        
        
        1.0.1 (2020-10-29)
        ------------------
        
        - Fix readme markup.
          [erral]
        
        
        1.0 (2020-10-28)
        ----------------
        
        - Initial release.
          []
        
Keywords: Python Plone CMS
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
