- Notifications
You must be signed in to change notification settings - Fork140
Open
Description
When callingflit init
one is prompted for a package name.
The validation of the name usesstr.identifier.
Sinceversion 3.5 flit can distribute namespace packages.
str.identifier
returns False when called with a valid namespace package name.
A workaround is to edit thepyproject.toml
file and replace the name accepted by flit init with the namespace package name proper.
Metadata
Metadata
Assignees
Labels
No labels