7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-28 20:00:49 +00:00
tutor/.gitignore
Régis Behmo 8be574aac8 fix: make sure that tutor-openedx is an empty package
Previously, the tutor-openedx package was loading tons of template data from
the MANIFEST.in. Turns out, we cannot ignore the MANIFEST.in file with
setuptools. So we need to move tutor-openedx to a separate, dedicated folder.
To auto-discover the package version, we copy it at runtime (in the make
command).
2021-07-06 09:42:57 +02:00

13 lines
153 B
Plaintext

.*.swp
!.gitignore
TODO
__pycache__
*.egg-info/
/build/
/dist/
/release_description.md
# Copied at build-time
/tutor-openedx/tutoropenedx/__about__.py