Skip to content

Commit

Permalink
Fix line too long in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HacKanCuBa committed Feb 7, 2018
1 parent c97bf18 commit aaecfea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ def readme():
setup(
name='hc-passphrase',
version=passphrase_version,
description='Generates cryptographically secure passphrases and '
'passwords',
description='Generates cryptographically secure passphrases and passwords',
long_description=readme(),
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand All @@ -33,7 +32,8 @@ def readme():
],
keywords='cryptography passphrase password security',
url='http://github.com/hackancuba/passphrase-py',
download_url='https://github.com/HacKanCuBa/passphrase-py/archive/v{}.tar.gz'.format(passphrase_version),
download_url='https://github.com/HacKanCuBa/passphrase-py/archive/'
'v{}.tar.gz'.format(passphrase_version),
author='HacKan',
author_email='[email protected]',
license='GNU GPL 3.0+',
Expand Down

0 comments on commit aaecfea

Please sign in to comment.