Metadata-Version: 1.1
Name: mete0r.monkeypatchbuildout
Version: 0.0.2
Summary: monkeypatch buildout for some reason
Home-page: https://github.com/mete0r/monkeypatchbuildout
Author: mete0r
Author-email: mete0r@sarangbang.or.kr
License: GNU Affero General Public License v3 or later (AGPLv3+)
Description: mete0r.monkeypatchbuildout
        ==========================
        
        monkeypatch `zc.buildout`_ for some reason
        
        .. _zc.buildout: https://pypi.python.org/pypi/zc.buildout
        
        
        Usage
        -----
        
        In your ``buildout.cfg``::
        
           [buildout]
           ...
           extensions =
              mete0r.monkeypatchbuildout
        
        
        Development environment
        -----------------------
        
        To setup development environment::
        
           python setup.py virtualenv
           make
        
        Changes
        =======
        
        0.0.2 (2017-03-05)
        ------------------
        
        - Fix resolving .egg-info directory location
        
        
        0.0.1 (2016-11-09)
        ------------------
        
        - Fix a unicode issue.
        
        
        0.0.0 (2016-11-09)
        ------------------
        
        - Initial release.
        
Keywords: buildout
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 2.7
