diff options
| author | Georg Brandl <georg@python.org> | 2017-01-22 22:04:28 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2017-01-22 22:04:28 +0100 |
| commit | f442d0e155a062c4a851cfb344056d8abbf8d865 (patch) | |
| tree | 71035b4f0b7c5f767f4d3343052e21a056c579de /setup.py | |
| parent | b9aeb678a288cd7f394d4f91ea212e2ad629e4b7 (diff) | |
| download | pygments-git-2.2.0.tar.gz | |
Bump to 2.2.0 final.2.2.0
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |
