Make xmodule fit the typical python installation setup
This commit is contained in:
@@ -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/*']
|
||||
|
||||
Reference in New Issue
Block a user