Skip to content

Commit

Permalink
Remove unused fns in make_release.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tartley committed Oct 8, 2020
1 parent e31752e commit 83139bc
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions make_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,6 @@
OBOK_README = 'obok_plugin_ReadMe.txt'
RELEASE_DIR = 'release'

def make_calibre_plugin():

shutil.make_archive(core_dir, 'zip', core_dir)
shutil.rmtree(core_dir)


def make_obok_plugin():
obok_plugin_dir = os.path.join(SHELLS_BASE, 'Obok_calibre_plugin')
core_dir = os.path.join(obok_plugin_dir, 'obok_plugin')

shutil.copytree(OBOK_SRC_DIR, core_dir)
shutil.make_archive(core_dir, 'zip')
shutil.rmtree(core_dir)

def make_release(version):
try:
Expand Down

0 comments on commit 83139bc

Please sign in to comment.