Updated setup.py to copy readme files correctly
This commit is contained in:
parent
1616bf10b4
commit
3059a61ea1
1 changed files with 5 additions and 1 deletions
6
setup.py
6
setup.py
|
@ -42,5 +42,9 @@ shutil.copy("pesterchum.nsi", "build/pesterchum/")
|
||||||
shutil.copy("pesterchum-update.nsi", "build/pesterchum/")
|
shutil.copy("pesterchum-update.nsi", "build/pesterchum/")
|
||||||
os.mkdir("build/pesterchum/profiles")
|
os.mkdir("build/pesterchum/profiles")
|
||||||
os.mkdir("build/pesterchum/logs")
|
os.mkdir("build/pesterchum/logs")
|
||||||
shutil.copy("README.mkdn", "build/pesterchum/")
|
|
||||||
|
#Readme & txt
|
||||||
|
shutil.copy("README.md", "build/pesterchum/")
|
||||||
|
shutil.copy("README-pesterchum.mkdn", "build/pesterchum/")
|
||||||
|
shutil.copy("README-karxi.mkdn", "build/pesterchum/")
|
||||||
shutil.copy("themes.txt", "build/pesterchum/")
|
shutil.copy("themes.txt", "build/pesterchum/")
|
||||||
|
|
Loading…
Reference in a new issue