Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Adding package data for the opensans font
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Sinchok committed Apr 15, 2014
1 parent 97a18a2 commit 496b600
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ def run_tests(self):
author_email=author_email,
packages=get_packages(package),
package_data={
"betty/templates": ["betty/templates/image.js.j2"]
"betty/templates": ["betty/templates/image.js.j2"],
"betty/cropper/font": ["betty/cropper/font/OpenSans-Semibold.ttf"]
},
install_requires=install_requires,
tests_require=tests_require,
Expand Down

0 comments on commit 496b600

Please sign in to comment.