summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2017-01-22 22:04:28 +0100
committerGeorg Brandl <georg@python.org>2017-01-22 22:04:28 +0100
commitf442d0e155a062c4a851cfb344056d8abbf8d865 (patch)
tree71035b4f0b7c5f767f4d3343052e21a056c579de /setup.py
parentb9aeb678a288cd7f394d4f91ea212e2ad629e4b7 (diff)
downloadpygments-git-2.2.0.tar.gz
Bump to 2.2.0 final.2.2.0
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 5ef51ab5..1705923c 100755
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ else:
setup(
name = 'Pygments',
- version = '2.2',
+ version = '2.2.0',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',
@@ -56,7 +56,7 @@ setup(
description = 'Pygments is a syntax highlighting package written in Python.',
long_description = __doc__,
keywords = 'syntax highlighting',
- packages = find_packages(exclude=['ez_setup']),
+ packages = find_packages(),
platforms = 'any',
zip_safe = False,
include_package_data = True,