Metadata-Version: 1.1
Name: monprojet
Version: 1.0.0
Summary: Un projet de démo
Home-page: http://pypi.python.org/pypi/monprojet
Author: Gilles Lenfant
Author-email: gilles.lenfant@alterway.fr
License: GPLv3
Description: =========
        monprojet
        =========
        
        Un projet de démo
        
        FIXME: provide a two paragraphs summary of this package
        
        Full documentation and API
        ==========================
        
        FIXME: Provide the URL of the documentation (@ readthedocs.org ?)
        
        Developer notes
        ===============
        
        Please use a virtualenv to maintain this package, but I should not need to say that.
        
        Grab the source from the SCM repository:
        
        .. code:: console
        
          $ python setup.py develop
          $ pip install monprojet[dev]
        
        Run the tests:
        
        .. code:: console
        
          $ python setup.py test
          $ python run_tests.py
        
        
        Links
        =====
        
        FIXME: Provide real links
        
        Project home page
        
          http://www.mystuff.com/project
        
        Source code
        
          http://www.mystuff.com/source
        
        Issues tracker
        
          http://www.mystuff.com/issues
        
        Changes log
        ===========
        
        1.0.0
        -----
        
        - Package creation with ``bobtemplates.gillux``
          [glenfant]
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
