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
Continuation of the discussion in #106. In summary:
Using project metadata in locally checked out Python projects always has the issue that a project installed in development mode (pip install -e .) might have stale metadata. This is not unique to us.
There’s no effect on CI, which makes it less of a problem.
Reusing metadata (e.g. in docs/conf.py) is nice, but ideally we’d like to reuse fresh metadata.
The text was updated successfully, but these errors were encountered:
Continuation of the discussion in #106. In summary:
pip install -e .
) might have stale metadata. This is not unique to us.The text was updated successfully, but these errors were encountered: