Skip to content

Commit

Permalink
fix str format
Browse files Browse the repository at this point in the history
  • Loading branch information
f0t0n committed Apr 21, 2016
1 parent 7c856c8 commit 570dec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@ def read(f):

name = 'aiojsonrpc'

subpackages = ['{}.{subpkg}'.format(subpkg)
subpackages = ['{}.{}'.format(name, subpkg)
for subpkg in ['serializer', ]]

packages = [name, ] + subpackages
Expand Down

0 comments on commit 570dec9

Please sign in to comment.