* Version tags (`git tag 0.1`) * allows generating version numbers with `git describe --long --tags --abbrev=8` * allows to build a specific version with `git checkout 0.1` * LICENSE file so that forges understand what license this repo has * `license='MIT'` in setup.py is not sufficient for this * It’s not possible to test a version before installing it
git tag 0.1)git describe --long --tags --abbrev=8git checkout 0.1license='MIT'in setup.py is not sufficient for this