Skip to content

Commit 50c3d4a

Browse files
author
boris-chervenkov
committed
Fixed package_data in setup.py
1 parent 5c68534 commit 50c3d4a

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
@@ -6,7 +6,7 @@
66
setup(
77
name='django-ajax-upload-widget',
88
packages=['ajax_upload', 'ajax_upload.tests'],
9-
package_data={'ajax_upload': [ 'static/css/*', 'static/js/*','templates/*.html' ]},
9+
package_data={'ajax_upload': [ 'static/ajax_upload/css/*', 'static/ajax_upload/js/*' ]},
1010
version=ajax_upload.__version__,
1111
description=ajax_upload.__doc__,
1212
long_description=open('README.rst').read(),

0 commit comments

Comments
 (0)