I have written some IPython magic functions for my students, and I would like to have them installed using easy_install. So far the only way I have found is to copy a python file to a profile directory, but easy_install complains about a SandboxViolation when I do that.
Is there a way to install magic functions via setuptools?