Commit a0f55039 by Calen Pennington

Make xmodule fit the typical python installation setup

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