Skip to content

pyproject.toml: specify package inclusion for setuptools#415

Open
Theodlz wants to merge 1 commit intomainfrom
pyproject-maindir
Open

pyproject.toml: specify package inclusion for setuptools#415
Theodlz wants to merge 1 commit intomainfrom
pyproject-maindir

Conversation

@Theodlz
Copy link
Collaborator

@Theodlz Theodlz commented Mar 11, 2026

In Fritz, I am trying to install the dependencies of skyportal in my .venv. Turns out this got really annoying very quickly and I simply can't do it (without re-inventing the wheel) because baselayer and skyportal do not specify which of their folder contains the actual python code one may need, if it's added as a dependency.

This PR adds a quick fix for that, so I can run uv pip install -r skyportal/pyproject.toml upstream without everything breaking.

@Theodlz
Copy link
Collaborator Author

Theodlz commented Mar 11, 2026

No rush on this one, I found a workaround for now: uv sync --project skyportal --active

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

Successfully merging this pull request may close these issues.

1 participant