diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-07-29 13:57:48 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-07-29 13:57:48 +0000 |
| commit | 72fbe1d43509e73aca210dbcf57d58076cc2999a (patch) | |
| tree | b1a165112d66d8252464e406859cdf2306be3fd5 /setup.py | |
| parent | ce32ecc2e3632a754898795dfaac0415b9442831 (diff) | |
| download | docutils-72fbe1d43509e73aca210dbcf57d58076cc2999a.tar.gz | |
TeX -> LaTeX
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2508 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,8 +25,8 @@ package_data = { 'description': 'Docutils -- Python Documentation Utilities', 'long_description': """\ Docutils is a modular system for processing documentation -into useful formats, such as HTML, XML, and TeX. For input -Docutils supports reStructuredText, an easy-to-read, +into useful formats, such as HTML, XML, and LaTeX. For +input Docutils supports reStructuredText, an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax.""", # wrap at col 60 'url': 'http://docutils.sourceforge.net/', 'version': '0.3.3+', |
