Skip to content

Commit

Permalink
Added files via upload
Browse files Browse the repository at this point in the history
Yanlışlıkla sildiğim kopyalama satırlarını geri ekledim
  • Loading branch information
mthnzbk committed Apr 14, 2016
1 parent 139298f commit a17fc76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ def run(self):
shutil.copy(icon, os.path.join(pixmap_dir, "kaptan.png"))
shutil.copy("kaptan.py", os.path.join(project_dir, "kaptan5.py"))
shutil.copy("rc_kaptan.py", project_dir)

os.system("cp -R languages {}".format(project_dir))
os.system("cp -R data {}".format(project_dir))
os.system("cp -R kaptan {}".format(project_dir))


docs = ["AUTHORS", "kaptan.pro", "kaptan.qrc", "LICENSE", "MANIFEST.in", "README", "TODO"]

Expand Down

0 comments on commit a17fc76

Please sign in to comment.