X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/e17985e0d4a7ce2eb83c580c71e2f7c1af7f093b..583112a8ed772fd0affdcb3ad12413862b8faeea:/setup.py 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',