Skip to content

Commit 4d6e2fd

Browse files
Alois Mahdalfguillot
authored andcommitted
Fix missing newline in MANIFEST.in
Missing newlines can cause issues with some tools (eg. grep) and are generally frowned upon in UNIX-like systems. More specifically, the missing newline would create diff spam.
1 parent 6cb1941 commit 4d6e2fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include README.rst
1+
include README.rst

0 commit comments

Comments
 (0)