Commit 91fe82d3 by Calen Pennington

Make xmodule fit the typical python installation setup

parent faf94697
......@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name="XModule",
version="0.1",
packages=find_packages(),
packages=find_packages(exclude=["tests"]),
install_requires=['distribute'],
package_data={
'': ['js/*']
......
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