You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setuptool_scm [1] package is a recommended way to set package version
with git [2]. Version 6.4.2 was chosen due to Python 3.6 support,
latest version 7.0.5 supports only Python 3.7+.
Package version is displayed in documentation, so after this patch
documentation for master branch won't be confused with the last tagged
one.
Version file is created when a user installs the package with
`pip install` or on sources packing with `python setup.py bdist_wheel`
command (readthedocs building pipelines install the package). If one
would simply clone the repo, package `__version__` would be a `'dev'`
placeholder.
1. https://pypi.org/project/setuptools-scm/
2. https://packaging.python.org/en/latest/guides/single-sourcing-package-version/
Part of #238
0 commit comments