Skip to content

Commit 4e2bbfb

Browse files
committed
Fixed build
1 parent c4a9541 commit 4e2bbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
url = URL,
2121
long_description = long_description,
2222
packages = ['jsoneditor','jsoneditor.fields'],
23-
package_data = {'jsoneditor':['static/jsoneditor/*.js','static/jsoneditor/*.css','static/jsoneditor/img/*']},
23+
package_data = {'jsoneditor':['static/jsoneditor/*.js','static/jsoneditor/*.css','static/jsoneditor/img/*','static/django-jsoneditor/*.js']},
2424
include_package_data = True,
2525
zip_safe = False,
2626
)

0 commit comments

Comments
 (0)