Skip to content

Commit

Permalink
change project home url to github
Browse files Browse the repository at this point in the history
  • Loading branch information
bialix committed Jan 30, 2018
1 parent 6136e85 commit 8bc8147
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -51,8 +51,7 @@

author='Alexander Belchenko',
author_email='alexander.belchenko@gmail.com',
url='https://pypi.python.org/pypi/IntelHex',

url='https://github.com/bialix/intelhex',
description='Python library for Intel HEX files manipulations',
long_description=LONG_DESCRIPTION,
keywords='Intel HEX hex2bin HEX8',
Expand Down Expand Up @@ -123,7 +122,7 @@ def main():
metadata = METADATA.copy()
metadata['cmdclass'] = {
'test': test,
#'bench': bench, # bench is out of date
'bench': bench, # bench is out of date
}
return setup(**metadata)

Expand Down

0 comments on commit 8bc8147

Please sign in to comment.