summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-02 22:39:26 +0100
committerGeorg Brandl <georg@python.org>2010-01-02 22:39:26 +0100
commit27a7d1ec15fa1268b86c8a4432f000eeeb11c656 (patch)
treee0ef2128dff2cba6eca38f606e732597b1202f0f /setup.py
parentb18f5496171240ca5d6961d98956493236aca8d3 (diff)
downloadpygments-27a7d1ec15fa1268b86c8a4432f000eeeb11c656.tar.gz
Add images to output formats.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6e622c34..6a863b9e 100755
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,8 @@
* a wide range of common languages and markup formats is supported
* special attention is paid to details, increasing quality by a fair amount
* support for new languages and formats are added easily
- * a number of output formats, presently HTML, LaTeX, RTF, SVG and ANSI sequences
+ * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image \
+ formats that PIL supports and ANSI sequences
* it is usable as a command-line tool and as a library
* ... and it highlights even Brainfuck!