Archive support
When installing FINAM from a git archive:
pip install ./finam-main.zip
a wrong version is determined (fallback version):
finam-0.0.0.dev0
To solve this, we should use the setuptools_scm support for Git archives: https://github.com/pypa/setuptools_scm#git-archives