Metadata-Version: 1.0
Name: motivator
Version: 1.0a1
Summary: Motivate oneself with a phrase that can be repeated
Home-page: http://bitbucket.org/srid/motivator
Author: srid
Author-email: srid@nearfar.org
License: MIT
Description: This file requires editing
        ==========================
        
        Note to the author: Please add something informative to this README *before*
        releasing your software, as `a little documentation goes a long way`_.  Both
        README.txt (this file) and NEWS.txt (release notes) will be included in your
        package metadata which gets displayed in the PyPI page for your project.
        
        You can take a look at the README.txt of other projects, such as repoze.bfg
        (http://bfg.repoze.org/trac/browser/trunk/README.txt) for some ideas.
        
        .. _`a little documentation goes a long way`: http://www.martinaspeli.net/articles/a-little-documentation-goes-a-long-way
        
        Release HOWTO
        =============
        
        To make a release, edit "version" in setup.py and run:
        
          python setup.py egg_info -RDb "" sdist
        
        To upload the generated source distribution to PyPI, run:
        
          python setup.py egg_info -RDb "" sdist register upload
          
        Note that if you ignore the ``egg_info -RDb ""`` part, Distribute will generate
        a development release tarball with ``.dev`` marker and SVN revision tag in the
        filename. For more details, see:
        
          http://packages.python.org/distribute/setuptools.html#managing-continuous-releases-using-subversion
          
        To disable this behaviour permanently, you can safely delete the file named
        "setup.cfg" from your project directory.
        
        
        
        .. This is your project NEWS file which will contain the release notes.
        .. See http://bitbucket.org/ianb/pip/src/tip/docs/news.txt for an example 
        .. NEWS.txt content.
        .. This file will be appended to your project's long description.
        
        News
        ====
        
        0.1a1
        -----
        
        *Release date: 20-Mar-2010*
        
        * Initial release with hardcoded HAIETMOBA repetition
        
        
Platform: UNKNOWN
