summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a973451b..d4555e3f 100755
--- a/setup.py
+++ b/setup.py
@@ -23,9 +23,11 @@ are:
from setuptools import setup, find_packages
+from pygments import __version__
+
setup(
name = 'Pygments',
- version = '2.5.2',
+ version = __version__,
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',