summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorblackbird <devnull@localhost>2006-11-14 18:52:18 +0100
committerblackbird <devnull@localhost>2006-11-14 18:52:18 +0100
commit2ccfc8f288ec252681ca4709579eab305f19f012 (patch)
tree7a869527c8dfad3b7681ef664c33f53ce2e246dd /setup.py
parente85200c75b57d67ad192e425c7690c8ecb4ecca9 (diff)
downloadpygments-2ccfc8f288ec252681ca4709579eab305f19f012.tar.gz
[svn] added missing lexers to pygments docs, svn ignored "*.pyc"
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index b8fdbee6..05617a89 100644
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
import ez_setup
ez_setup.use_setuptools()