From: Rob Golding Date: Tue, 2 Apr 2013 09:04:06 +0000 (+0100) Subject: README is rst not md X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/583112a8ed772fd0affdcb3ad12413862b8faeea?hp=e17985e0d4a7ce2eb83c580c71e2f7c1af7f093b README is rst not md --- diff --git a/setup.py b/setup.py index 5dc5315..2d12729 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='tasklib', version='0.1', description='Python Task Warrior library', - long_description=open('README.md').read(), + long_description=open('README.rst').read(), author='Rob Golding', author_email='rob@robgolding.com', license='BSD',