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

Switch packaging to flit #103

Open
maxfischer2781 opened this issue Nov 19, 2021 · 1 comment
Open

Switch packaging to flit #103

maxfischer2781 opened this issue Nov 19, 2021 · 1 comment
Assignees

Comments

@maxfischer2781
Copy link
Member

flit v3.5 now supports namespace packages: pypa/flit#370

Version 3.5

You can now use Flit to distribute a module or package inside a namespace package (as defined by PEP 420). To do this, specify the import name of the concrete, inner module you are packaging - e.g. name = "sphinxcontrib.foo" - either in the [project] table, or under [tool.flit.module] if you want to use a different name on PyPI (PR #468).

Namespace packaging was the major reason why cobald was not packaged with flit back then. We should strongly investigate whether we can switch now.

@maxfischer2781 maxfischer2781 self-assigned this Nov 19, 2021
@maxfischer2781
Copy link
Member Author

This may need splitting up cobald into individual packages, instead of having a set of "default" packages living inside cobald. Which is probably a good idea anyway...

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