Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve handling around stale metadata #163

Open
flying-sheep opened this issue Apr 13, 2023 · 0 comments
Open

Improve handling around stale metadata #163

flying-sheep opened this issue Apr 13, 2023 · 0 comments

Comments

@flying-sheep
Copy link
Member

flying-sheep commented Apr 13, 2023

Continuation of the discussion in #106. In summary:

  1. 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.
  2. There’s no effect on CI, which makes it less of a problem.
  3. Reusing metadata (e.g. in docs/conf.py) is nice, but ideally we’d like to reuse fresh metadata.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant