What's Changed
* Add `--keep-audio` (`-k`) option to preserve / copy audio track of videos, as requested in 4. Default behavior is still that the audio track is discarded. (48b655e)
* Require `imageio>=2.25` and `imageio-ffmpeg>=0.4.6`, which are necessary for the `--keep-audio` implementation.
* Modernize build system using pyproject.toml, use setuptools-scm instead of versioneer and remove a few setup files that are no longer needed now. (5ae6ded)
* Use a GitHub workflow for automatic package publishing on PyPI when releases are tagged. (79f4cb4)
**Full Changelog**: https://github.com/ORB-HD/deface/compare/v1.2.0...v1.3.0