Skip to content

Commit

Permalink
Fixed path for utils in the Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Dec 18, 2015
1 parent 82f22aa commit 047ec4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Manifest.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include requirements.txt
include utils/*.yml
include napalm/utils/*.yml
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="napalm",
version="0.50",
version="0.51",
packages=find_packages(),
author="David Barroso",
author_email="[email protected]",
Expand Down

0 comments on commit 047ec4f

Please sign in to comment.