Skip to content

radia code package not completely installed after change to hatch #58

@GuenterQuast

Description

@GuenterQuast

After the recent change to to hatch for package management the main package "radidacode" is no longer installed by pip if running from the git source (pip -m pip install .).
As a solution, I propose to add "radiacode" to the target directories in pyproject.toml:

[tool.hatch.build.targets.sdist]
include = ["radiacode", "radiacode-examples/*"]

[tool.hatch.build.targets.wheel]
include = ["radiacode", "radiacode-examples/*"]

This worked for me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions