Commit 03e7eb88 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Change download URL.

parent 86ee782b
from distutils.core import setup
setup(
name = "Topydo",
name = "topydo",
packages = ["topydo", "topydo.lib", "topydo.cli"],
version = "0.1",
description = "A todo list application using the todo.txt format.",
author = "Bram Schoenmakers",
author_email = "me@bramschoenmakers.nl",
url = "https://github.com/bram85/topydo",
download_url = "https://github.com/bram85/topydo/archive/master.zip",
download_url = "https://github.com/bram85/topydo/archive/stable.zip",
scripts = ["bin/topydo"],
classifiers = [
"Development Status :: 4 - Beta",
......@@ -20,7 +20,7 @@ setup(
"Topic :: Utilities",
],
long_description = """\
Topydo is a todo list application using the todo.txt format. It is heavily inspired by the todo.txt CLI by Gina Trapani. This tool is actually a merge between the todo.txt CLI and a number of extensions that I wrote on top of the CLI. These extensions are:
topydo is a todo list application using the todo.txt format. It is heavily inspired by the todo.txt CLI by Gina Trapani. This tool is actually a merge between the todo.txt CLI and a number of extensions that I wrote on top of the CLI. These extensions are:
* Set due and start dates;
* Custom sorting;
......
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