This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
1.13.0
Features:
@capture_logging and MemoryLogger now support specifying a custom JSON encoder. By default they now use Eliot’s encoder. This means tests can now match the encoding used by a FileDestination.
Added support for Python 3.9.
Deprecation:
Python 3.5 is no longer supported.
eliot is a Python logging system that outputs causal chains of actions: actions
can spawn other actions, and eventually they either succeed or fail. The
resulting logs tell you the story of what your software did: what happened, and
what caused it.