learningequality / ka-lite

KA Lite: lightweight web server for serving core Khan Academy content (videos and exercises) without needing internet connectivity
https://learningequality.org/ka-lite/
Other
457 stars 304 forks source link

Clean *pyc files before building the sdist to avoid inclusion of .pyc… #5399

Closed benjaoming closed 7 years ago

benjaoming commented 7 years ago

… caused by make assets

Somehow python setup.py sdist does not protect against having .pyc in the tar.gz output. I'm not sure if this is some upstream regression in setuptools, it hasn't happened in 0.16.9, even though the build process was the same and make assets was also invoked in the process.