X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=setup.py;h=727041111afab07cc46736516567f822eee7ca5e;hb=804f8861ed1fe3619217b4dc617d77f1b5bd8d76;hp=63fe3b1e3428b88e06df7a05e6437ad3a9c07a05;hpb=1f5f5952a6f1b37b583da3760b563c7911f28ad8;p=pyelftools.git diff --git a/setup.py b/setup.py index 63fe3b1..7270411 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( author='Eli Bendersky', maintainer='Eli Bendersky', author_email='eliben@gmail.com', - url='https://bitbucket.org/eliben/pyelftools', + url='https://github.com/eliben/pyelftools', platforms='Cross Platform', classifiers = [ 'Programming Language :: Python :: 2', @@ -46,5 +46,3 @@ setup( scripts=['scripts/readelf.py'] ) - -