singer-target-template
singer-target-template copied to clipboard
Setup will not work if package name has a '-' in it
If there is a '-' in the package name it will cause the "EntryPoint must be in 'name=module:attrs [extras]' format"
error. Workaround is to change the '-' into '_' in name of the directory containing the __init__.py
, the RHS of the entry_points
and the packages