Metadata-Version: 1.0
Name: modern-package-template
Version: 0.9.2
Summary: PasteScript template to create a Python project with distribute and buildout support
Home-page: http://bitbucket.org/srid/modern-package-template/
Author: Sridhar Ratnakumar
Author-email: srid@nearfar.org
License: GNU General Public License v3
Description: Install
        =======
        
        Install the template:
        
        ::
        
        $ pypm install modern-package-template
        
        
        Using
        =====
        
        Create a new package with ``modern_package`` template:
        
        ::
        
        $ paster create -t modern_package helloworld
        
        
        Credits
        =======
        
        Source code is derived from the `advanced_package`_ template - which is also
        licensed under GPLv3 - and differs from it in the following ways:
        
        - use distribute instead of setuptools
        - use buildout by default
        - a complete buildout.cfg that is usable
        
        .. _advanced_package: http://pypi.python.org/pypi/harobed.paster_template.advanced_package/
        
        
Platform: UNKNOWN
