-
Notifications
You must be signed in to change notification settings - Fork 2
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
Hyphens vs underscores: the bug reported in #127. #128
Conversation
fb0c914
to
f246172
Compare
Cheers Matt. Good spot.
Co-authored-by: Patrick Roddy <[email protected]>
609ce66
to
9565d46
Compare
@samcunliffe what's happening with this? |
@paddyroddy sorry... my bad. I let it go a bit stale. There are some action items for me from the comments above:
|
Decided to put __init__.py and rename 'module_name' to 'package_name' because it's a package. If advanced users want to make a namespace package then they can just remove __init__.py. Keep project_slug as the pip/pypi/repo name.
Decided to put __init__.py and rename 'module_name' to 'package_name' because it's a package. If advanced users want to make a namespace package then they can just remove __init__.py. Keep project_slug as the pip/pypi/repo name.
1b81d3a
to
bbc6dd4
Compare
Sorry for being slow. |
Can you resolve conflicts before review @samcunliffe? |
I did at the time of requesting. But there's too much development velocity here. |
Don't hate the player, hate the game |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good @samcunliffe
Merging before I get overtaken by development velocity. @p-j-smith @matt-graham please shout if you want to revisit anything here. |
Cheers @matt-graham. Good spot.