You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stanford currently owns the code. They well be updating the code to be BSD-3 licensed. At that point, we should:
Fork it into the openedx org.
Update the license to be AGPLv3 moving forward. There's a process for this and we did it before with https://github.com/openedx/django-require/ so we should follow the same process. I think we tagged the commit as a part of that so don't forget to do that.
Update any setup.py and documentation information.
Do any initial maintenance it needs.
Publish to the existing PyPI package using the new repo location.
Ensure that the PyPI package is only managed by the openedx PyPI user.