Commit e56f8763 by Calen Pennington

Point to the js files in package data

parent a0f55039
...@@ -6,7 +6,7 @@ setup( ...@@ -6,7 +6,7 @@ setup(
packages=find_packages(exclude=["tests"]), packages=find_packages(exclude=["tests"]),
install_requires=['distribute'], install_requires=['distribute'],
package_data={ package_data={
'': ['js/*'] 'xmodule': ['js/module/*']
}, },
# See http://guide.python-distribute.org/creation.html#entry-points # See http://guide.python-distribute.org/creation.html#entry-points
......
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