]> git.madduck.net Git - etc/taskwarrior.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

README is rst not md
authorRob Golding <rob@robgolding.com>
Tue, 2 Apr 2013 09:04:06 +0000 (10:04 +0100)
committerRob Golding <rob@robgolding.com>
Tue, 2 Apr 2013 09:04:06 +0000 (10:04 +0100)
setup.py

index 5dc53152bde41a6ef146b7d01408829029246a0e..2d1272973e628aeb692f99fd692739e45cbee126 100644 (file)
--- 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',