Go to file
2012-05-05 21:31:36 -04:00
src/breadability Some refactoring starts to help us org tests/code 2012-05-05 21:31:36 -04:00
.gitignore Initial bootstrap of modern package template 2012-05-02 21:43:58 -04:00
HACKING.txt Initial bootstrap of modern package template 2012-05-02 21:43:58 -04:00
Makefile Start to add makefile for running life 2012-05-02 23:06:05 -04:00
MANIFEST.in Initial bootstrap of modern package template 2012-05-02 21:43:58 -04:00
NEWS.txt Initial bootstrap of modern package template 2012-05-02 21:43:58 -04:00
README.rst Initial bootstrap of modern package template 2012-05-02 21:43:58 -04:00
setup.py Update cmd line client/interface, update doc builders 2012-05-05 13:08:24 -04:00

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.rst (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

Credits
-------

- `Distribute`_
- `Buildout`_
- `modern-package-template`_

.. _Buildout: http://www.buildout.org/
.. _Distribute: http://pypi.python.org/pypi/distribute
.. _`modern-package-template`: http://pypi.python.org/pypi/modern-package-template