Update settings, in particular version number
Created by: NotSpecial
Furthermore, I now ensured that the setup always uses the correct version number.
A bit of research was required how to do this properly, as there are many approaches. In the end, I used the same approach as flask.
Furthermore removed the 'hack' to always install the current folder
from requirements.txt
. This is quite unusual for python projects.