Skip to content

Commit

Permalink
share examples
Browse files Browse the repository at this point in the history
fixes insomnia-lab#237  (but paths are ugly!)
  • Loading branch information
boyska committed Dec 22, 2015
1 parent d5fa967 commit e606019
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ def read(fname):
'webant': ['translations/*/*/*.mo']
},
include_package_data=True,
data_files=[
(os.path.join(sys.prefix, 'share/libreant/examples'),
['presets/defaultPresets/bookSkeleton.json'])
],
tests_require=['nose', 'coverage'],
zip_safe=False,
cmdclass={'build': build,
Expand Down

0 comments on commit e606019

Please sign in to comment.