Commit 499e12b3 authored by Vincent Pelletier's avatar Vincent Pelletier

Add missing apachedex.(js|css) from egg and source distributions.

parent 9fd699f5
......@@ -2,5 +2,7 @@ include README
include TODO
include COPYING
include apachedex/jquery*.js
include apachedex/apachedex.js
include apachedex/apachedex.css
include parallel_parse.sh
include parallel_parse_helper.sh
......@@ -77,7 +77,7 @@ setup(
],
},
package_data={
'apachedex': DEPS.keys(),
'apachedex': DEPS.keys() + ['apachedex.js', 'apachedex.css'],
},
zip_safe=True,
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment