Skip to content

Commit

Permalink
Added missing package_data in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
migurski committed Jan 20, 2017
1 parent da6b6a1 commit 1acf0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Claypigeon/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'claypigeon-mount = Claypigeon.filesystem:main',
]
),
package_data = {},
package_data = {'Claypigeon': ['VERSION']},
test_suite = 'Claypigeon.tests',
install_requires = [
'llfuse == 1.1.1',
Expand Down

0 comments on commit 1acf0ab

Please sign in to comment.