Change shebang to Python3
[rnaseq-cwl-training.git] / bin / lesson_initialize.py
index 83f455e64daf9f95f3049129c10d672ed7d10423..a5eb6d05c63df3ba1d757b00b920241db3907b30 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 """Initialize a newly-created repository."""
 
@@ -12,16 +12,17 @@ BOILERPLATE = (
     'AUTHORS',
     'CITATION',
     'CONTRIBUTING.md',
+    'README.md',
     '_config.yml',
-    'index.md',
-    'reference.md',
-    'setup.md',
-    'aio.md',
     '_episodes/01-introduction.md',
     '_extras/about.md',
     '_extras/discuss.md',
     '_extras/figures.md',
     '_extras/guide.md',
+    'aio.md',
+    'index.md',
+    'reference.md',
+    'setup.md',
 )