summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-20 21:21:39 +0200
committerGeorg Brandl <georg@python.org>2014-09-20 21:21:39 +0200
commit1d5318fb4b53f57660427e228db5061c4a656c13 (patch)
tree71c9af18e9283ea9ea18b102c93553e994f04c70 /setup.py
parent16213200290b7d9d09396550cae75a91b3658572 (diff)
downloadpygments-1d5318fb4b53f57660427e228db5061c4a656c13.tar.gz
Update the "intro" blurb a bit, and add a few missing links to the main doc page.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py11
1 files changed, 5 insertions, 6 deletions
diff --git a/setup.py b/setup.py
index 5565adef..3d32c539 100755
--- a/setup.py
+++ b/setup.py
@@ -1,16 +1,15 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-"""
- Pygments
+"""Pygments
~~~~~~~~
Pygments is a syntax highlighting package written in Python.
- It is a generic syntax highlighter for general use in all kinds of software
- such as forum systems, wikis or other applications that need to prettify
- source code. Highlights are:
+ It is a generic syntax highlighter suitable for use in code hosting, forums,
+ wikis or other applications that need to prettify source code. Highlights
+ are:
- * a wide range of common languages and markup formats is supported
+ * a wide range of over 300 languages and other text 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, all image \