Skip to content

Commit 61f2a0a

Browse files
committed
Added missing files from install
1 parent f810b02 commit 61f2a0a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@ def read(*parts):
1414
'static/converse.js/*.js',
1515
'static/converse.js/*.css',
1616
'static/converse.js/images/*',
17+
'static/converse.js/fonticons/*.js',
18+
'static/converse.js/fonticons/*.css',
19+
'static/converse.js/fonticons/fonts/*',
1720
]
1821

1922
setup(
2023
name='django-conversejs',
2124
description='Adds converse.js (javascript XMPP client) to Django',
22-
version='0.3.1',
25+
version='0.3.4',
2326
long_description=read('README.rst'),
2427
packages=['conversejs',
2528
'conversejs.migrations',

0 commit comments

Comments
 (0)