Skip to content

Commit 8bc8147

Browse files
committed
change project home url to github
1 parent 6136e85 commit 8bc8147

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151

5252
author='Alexander Belchenko',
5353
author_email='alexander.belchenko@gmail.com',
54-
url='https://pypi.python.org/pypi/IntelHex',
55-
54+
url='https://github.com/bialix/intelhex',
5655
description='Python library for Intel HEX files manipulations',
5756
long_description=LONG_DESCRIPTION,
5857
keywords='Intel HEX hex2bin HEX8',
@@ -123,7 +122,7 @@ def main():
123122
metadata = METADATA.copy()
124123
metadata['cmdclass'] = {
125124
'test': test,
126-
#'bench': bench, # bench is out of date
125+
'bench': bench, # bench is out of date
127126
}
128127
return setup(**metadata)
129128

0 commit comments

Comments
 (0)