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

fix: pixi init for pyproject.toml #1947

Merged
merged 4 commits into from
Sep 3, 2024

Conversation

Hofer-Julian
Copy link
Contributor

@Hofer-Julian Hofer-Julian commented Aug 31, 2024

By creating the directory structure hatchling requires

Fixes #1903
Fixes #1941

By creating the directory structure hatchling requires
@Hofer-Julian Hofer-Julian changed the title fix: pixi inifor pyproject.toml fix: pixi init for pyproject.toml Aug 31, 2024
@Hofer-Julian Hofer-Julian marked this pull request as ready for review August 31, 2024 16:33
@Yura52
Copy link
Contributor

Yura52 commented Sep 1, 2024

If I understand correctly, after this PR, pixi will unconditionally generate the src-based layout regardless of the Python project type (library or application). The recently released uv==0.4 became more adaptive w.r.t. the src/ folder depending on the project time. Perhaps, this can be relevant for pixi as well.

@Hofer-Julian
Copy link
Contributor Author

Thanks for the hint @Yura52.
That is indeed something to investigate in the future.

@Hofer-Julian Hofer-Julian merged commit 3a20b71 into prefix-dev:main Sep 3, 2024
28 checks passed
@Hofer-Julian Hofer-Julian deleted the fix/pyproject-toml-init branch September 3, 2024 10:14
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.

pixi init --format pyproject && pixi shell fails pyproject.toml fails with cowpy
3 participants