diff options
author | gbrandl <devnull@localhost> | 2008-02-22 17:47:40 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2008-02-22 17:47:40 +0100 |
commit | c49d1e47d170cfce8f2985692582cb4d1eadddda (patch) | |
tree | d54e7f6ff4614991e4984d222226cba54c9c6ed9 /setup.py | |
parent | cf8dcf5e99e5fc6b2bb0d95c0a18225224f88654 (diff) | |
download | pygments-c49d1e47d170cfce8f2985692582cb4d1eadddda.tar.gz |
Don't install script twice. Fixes #319.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -19,7 +19,6 @@ setup( long_description = pygments.__doc__, keywords = 'syntax highlighting', packages = find_packages(), - scripts = ['pygmentize'], entry_points = { 'console_scripts': [ 'pygmentize = pygments.cmdline:main', |