Skip to content

Commit

Permalink
Fix a couple things I missed.
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed May 18, 2012
1 parent 3dc06a7 commit b41d94a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.rst
Expand Up @@ -2,19 +2,20 @@ todo.py
======= =======


.. image:: https://secure.travis-ci.org/sigmavirus24/Todo.txt-python.png?branch=development .. image:: https://secure.travis-ci.org/sigmavirus24/Todo.txt-python.png?branch=development
`Build Status <http://travis-ci.org/sigmavirus24/Todo.txt-python>`_ .. `Build Status <http://travis-ci.org/sigmavirus24/Todo.txt-python>`_
A port of the `popular todo.txt-cli project A port of the `popular todo.txt-cli project
<https://github.com/ginatrapani/todo.txt-cli>`_ from bash to python. <https://github.com/ginatrapani/todo.txt-cli>`_ from bash to python.


Dependencies Dependencies
------------ ------------


This only requires This only requires GitPython_ if you want to have todo.py also manage a git
[GitPython](https://github.com/gitpython-developers/GitPython) if you want to repository which tracks the related files. Running the script once will give
have todo.py also manage a git repository which tracks the related files. you the URL to download it. Please note that GitPython is written for ``git
Running the script once will give you the URL to download it. Please note that --version`` 1.7.2+.
GitPython is written for `git --version` 1.7.2+.
.. _GitPython: https://github.com/gitpython-developers/GitPython


Hacking Hacking
------- -------
Expand All @@ -25,7 +26,7 @@ possible for fun.
Important Information Important Information
--------------------- ---------------------


* License: GPLv3_ - License: GPLv3_


.. _GPLv3: https://raw.github.com/sigmavirus24/Todo.txt-python/master/LICENSE .. _GPLv3: https://raw.github.com/sigmavirus24/Todo.txt-python/master/LICENSE


Expand Down

0 comments on commit b41d94a

Please sign in to comment.