Skip to content

Commit 596771b

Browse files
committed
Fix: Scons will search for README.md instead of txt
1 parent 59a0165 commit 596771b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ RunUnitTests = ActionFactory(runUnitTests_action, runUnitTests_string )
237237
env.Alias( 'check' )
238238

239239
srcdist_cmd = env['SRCDIST_ADD']( source = """
240-
AUTHORS README.txt SConstruct
240+
AUTHORS README.md SConstruct
241241
""".split() )
242242
env.Alias( 'src-dist', srcdist_cmd )
243243

0 commit comments

Comments
 (0)