Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Oct 1, 2015
1 parent b152334 commit e6bd83e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def write_version():
if %errorlevel% neq 0 exit /b %errorlevel%
echo #######################################################
""".replace(" ", "")

copy = """
if not exist dist\\html_pres mkdir dist\\html_pres
if not exist dist\\html_pres_2A mkdir dist\\html_pres_2A
Expand All @@ -214,7 +214,7 @@ def write_version():
f.write("\n")
f.write(pres)
f.write(copy)

# auto_unittest_setup_help.bat

with open("auto_unittest_setup_help.bat", "r") as f:
Expand Down Expand Up @@ -254,7 +254,7 @@ def write_version():

with open("auto_cmd_copy_sphinx.bat", "r") as f:
content = f.read()
content += "\n" + copy
content += "\n" + copy + "\n" + addition
with open("auto_cmd_copy_sphinx.bat", "w") as f:
f.write(content)

Expand Down

0 comments on commit e6bd83e

Please sign in to comment.