Skip to content

Question: does meson-python support python namespaces  #581

@matteoaletti

Description

@matteoaletti

I am trying to migrate a project with python namespaces from setuptools to meson.

I package it with setuptools with this option in the pyproject.toml

[tool.setuptools.packages.find]
namespaces = True

While trying meson as build backend, I was able to have a working wheel only without the namespace structure. When I tried with the namespace structure I could not import the package because it was not finding the namespace.

Does meson support them?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions