Skip to content

Commit 5c68534

Browse files
author
Boris Chervenkov
committed
Statics do not get included in the distribution package.
The current version on PyPI - 0.5.1 - is also missing the statics.
1 parent 5b74417 commit 5c68534

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include README.rst
2-
include LICENSE
2+
include LICENSE
3+
recursive-include ajax_upload *.css *.js

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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' ]},
910
version=ajax_upload.__version__,
1011
description=ajax_upload.__doc__,
1112
long_description=open('README.rst').read(),

0 commit comments

Comments
 (0)