Skip to content

Commit

Permalink
fix malformed ReST in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Jul 10, 2012
1 parent 874e454 commit 895efcb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
DESC = """A Python package for describing statistical models and for
building design matrices."""

LONG_DESC = DESC + """ It is closely inspired by and compatible with the
'formula' mini-language used in `R <http://www.r-project.org/>`_ and `S
<https://secure.wikimedia.org/wikipedia/en/wiki/S_programming_language>`_."""
LONG_DESC = (DESC + "\n"
"It is closely inspired by and compatible with the 'formula'\n"
"mini-language used in `R <http://www.r-project.org/>`_ and\n"
"`S <https://secure.wikimedia.org/wikipedia/en/wiki/S_programming_language>`_.")

# Compatibility code for handling both setuptools and distribute on Python 3,
# as suggested here: http://packages.python.org/distribute/python3.html
Expand Down

0 comments on commit 895efcb

Please sign in to comment.