Skip to content
Snippets Groups Projects
Commit e9ee1566 authored by Calen Pennington's avatar Calen Pennington
Browse files

Modularize capa and mitxmako so that xmodule can properly depend on them

parent 386acbe1
No related merge requests found
Showing
with 8 additions and 0 deletions
File moved
File moved
File moved
File moved
File moved
File moved
File moved
from setuptools import setup, find_packages
setup(
name="capa",
version="0.1",
packages=find_packages(exclude=["tests"]),
install_requires=['distribute'],
)
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