Skip to content

Commit 852b083

Browse files
committed
Avoid two dots on project name in __init__.py
1 parent 833549f commit 852b083

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/src/{{project_slug}}/__init__.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""{{project_name}}.
1+
"""{{project_name.rstrip('.')}}.
22

33
{{project_description}}
44
"""

0 commit comments

Comments
 (0)