File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Mad_tornado*.zip
88madtornado * .zip
99madtornado- * /
1010docs /ancient /view /
11+ docs /ancient /wood /
1112docs /config /tornado.cfg
1213
1314# Byte-compiled / optimized / DLL files
Original file line number Diff line number Diff line change 3232
3333if not os .path .isdir ("./ancient/view" ):
3434 shutil .copytree ("../madtornado/ancient/view" , "./ancient/view" )
35+ if not os .path .isdir ("./ancient/wood" ):
36+ shutil .copytree ("../madtornado/ancient/wood" , "./ancient/wood" )
3537shutil .copyfile ("../madtornado/config/tornado.cfg" , "./config/tornado.cfg" )
3638
3739t_conf = configparser .ConfigParser ()
Original file line number Diff line number Diff line change 11[tornado]
2- release = false
2+ release = true
33frame = madtornado
4- frame_version = 0.3.7
4+ frame_version = 0.3.8
55project = madtornado
66project_version = 0.1.0
77
You can’t perform that action at this time.
0 commit comments