Commit 24b30520 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Merge branch 'stable'

parents 685b36af 505c24ce
......@@ -18,6 +18,13 @@ are:
Consult the [wiki][4] for more information about the features and on how to
use topydo.
Install
-------
Install simply with:
pip install topydo
Demo
----
......
......@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name = "topydo",
packages = ["topydo", "topydo.lib", "topydo.cli"],
version = "0.1",
version = "0.1.1",
description = "A todo list application using the todo.txt format.",
author = "Bram Schoenmakers",
author_email = "me@bramschoenmakers.nl",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment