Skip to content

Commit

Permalink
Fix PEP8 error in setup.py (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianhui Harold authored and mmyyrroonn committed Nov 1, 2019
1 parent 9fd92e4 commit d25312d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
name='azdev',
version=__VERSION__,
description='Microsoft Azure CLI Developer Tools',
long_description=README+ '\n\n' + HISTORY,
long_description=README + '\n\n' + HISTORY,
url='https://github.com/Azure/azure-cli-dev-tools',
author='Microsoft Corporation',
author_email='[email protected]',
Expand Down

0 comments on commit d25312d

Please sign in to comment.