Skip to content

Commit

Permalink
fix string length
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Apr 22, 2019
1 parent f798792 commit 3c203b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ def readfile(name):

setup(
name='wired',
description='An inversion-of-control (IoC) container for building decoupled, configurable, pluggable applications.',
description=(
'An inversion-of-control (IoC) container for building decoupled, '
'configurable, pluggable applications.'
),
version='0.1.2',
long_description=readme + '\n\n' + changes,
author='Michael Merickel',
Expand Down

0 comments on commit 3c203b2

Please sign in to comment.