summaryrefslogtreecommitdiff
path: root/chromium/third_party/pyelftools/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/pyelftools/setup.py')
-rw-r--r--chromium/third_party/pyelftools/setup.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/chromium/third_party/pyelftools/setup.py b/chromium/third_party/pyelftools/setup.py
index c6beb1682f0..3103e19892e 100644
--- a/chromium/third_party/pyelftools/setup.py
+++ b/chromium/third_party/pyelftools/setup.py
@@ -24,11 +24,11 @@ setup(
description='Library for analyzing ELF files and DWARF debugging information',
long_description=description,
license='Public domain',
- version='0.22',
+ version='0.20',
author='Eli Bendersky',
maintainer='Eli Bendersky',
author_email='eliben@gmail.com',
- url='https://github.com/eliben/pyelftools',
+ url='https://bitbucket.org/eliben/pyelftools',
platforms='Cross Platform',
classifiers = [
'Programming Language :: Python :: 2',
@@ -44,5 +44,7 @@ setup(
'elftools.construct', 'elftools.construct.lib',
],
- scripts=['scripts/readelf.py']
+ scripts=['scripts/readelf.py'],
)
+
+