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
Flit is a simple build system for pure Python packages, focusing on
making easy things easy. Unlike setuptools, it doesn't have to stay
compatible with projects published many years ago.
https://flit.pypa.io/en/stable/rationale.html
While flit_scm is able to Write the version to a Python file at build time,
using setuptools_scm under the hood, it's probably best to follow the trend
and retrieve the version at run time using `importlib.metadata.version`.
Flit automatically checks metadata when building, so we don’t need to run
`twine check` any more.
0 commit comments