libreant icon indicating copy to clipboard operation
libreant copied to clipboard

setup.py clean does not clean .mo files

Open boyska opened this issue 8 years ago • 0 comments

... but it should. This is problematic for debian packaging. I could fix it in the debian package, but fixing it here makes more sense.

we compile the .mo files with our custom setuptools subcommand, and then create a custom build command which consists of compile_translations + build. We should do a similar thing for clean.

boyska avatar Mar 17 '16 23:03 boyska