We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6136e85 commit 8bc8147Copy full SHA for 8bc8147
setup.py
@@ -51,8 +51,7 @@
51
52
author='Alexander Belchenko',
53
author_email='alexander.belchenko@gmail.com',
54
- url='https://pypi.python.org/pypi/IntelHex',
55
-
+ url='https://github.com/bialix/intelhex',
56
description='Python library for Intel HEX files manipulations',
57
long_description=LONG_DESCRIPTION,
58
keywords='Intel HEX hex2bin HEX8',
@@ -123,7 +122,7 @@ def main():
123
122
metadata = METADATA.copy()
124
metadata['cmdclass'] = {
125
'test': test,
126
- #'bench': bench, # bench is out of date
+ 'bench': bench, # bench is out of date
127
}
128
return setup(**metadata)
129
0 commit comments