Skip to content

Commit cca0da5

Browse files
committed
feat(font): add default font
1 parent e865ef2 commit cca0da5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

emoji_cli/NotoSansMonoCJKjp-Bold.otf

16.2 MB
Binary file not shown.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
url = 'https://github.com/emoji-gen/Emoji-CLI',
1414
keywords = 'emoji generator',
1515
packages = ['emoji_cli', 'emoji_lib'],
16-
package_data = {},
16+
package_data = {'emoji_cli': ['*.otf']},
1717
entry_points = {'console_scripts': ['emoji-gen = emoji_cli:main']},
1818
install_requires = [
1919
'Pillow >= 4.1.1',

0 commit comments

Comments
 (0)