* aider-chat: refactor (make it both a python package and application)
make it avaiable as both a python package and an application, so that user
easily can use python development tools like `flake8` in aider-chat (NOTE
that due to aider-chat's hard coded `flake8` linter calling method, it's
impossible to directly call `flake8` when `aider-chat` is not installed
as a python package)
* aider-chat: fix
correct function: buildPythonApplication -> buildPythonPackage
* aider-chat: 0.70.0 -> 0.71.0
---------
Co-authored-by: meowking <mr.meowking@posteo.com>