Skip to content

Commit

Permalink
don't need this anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Nov 24, 2014
1 parent 75ab6a3 commit 7d9a523
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def list_package_data(root):
"""
paths = []
for base, dirs, files in os.walk(root):
base = base.replace('wq' + os.sep, '', 1)
paths.extend([os.path.join(base, name) for name in files])
return paths

Expand Down

0 comments on commit 7d9a523

Please sign in to comment.