summaryrefslogtreecommitdiffstats
path: root/make_release.py
diff options
context:
space:
mode:
authorApprentice Harper <[email protected]>2020-09-26 21:22:47 +0100
committerApprentice Harper <[email protected]>2020-09-26 21:22:47 +0100
commitafa4ac571664368dc27512768a67656ea7dd645a (patch)
tree57ca18d568ce426ce3bfa27b45dff60efa803604 /make_release.py
parent4868a7460e39910ad22d0949d26b3250656dea46 (diff)
Starting on Version 7.0 using the work done by others. Completely untested. I will be testing things, but I thought I'd get this base version up for others to give pull requests.
THIS IS ON THE MASTER BRANCH. The Master branch will be Python 3.0 from now on. While Python 2.7 support will not be deliberately broken, all efforts should now focus on Python 3.0 compatibility. I can see a lot of work has been done. There's more to do. I've bumped the version number of everything I came across to the next major number for Python 3.0 compatibility indication. Thanks everyone. I hope to update here at least once a week until we have a stable 7.0 release for calibre 5.0
Diffstat (limited to 'make_release.py')
-rwxr-xr-xmake_release.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/make_release.py b/make_release.py
index e88c3cb..bedb956 100755
--- a/make_release.py
+++ b/make_release.py
@@ -13,10 +13,10 @@ import os
import shutil
-DEDRM_SRC_DIR = 'DeDRM_Plugin'
-DEDRM_README= 'DeDRM_Plugin_ReadMe.txt'
+DEDRM_SRC_DIR = 'DeDRM_plugin'
+DEDRM_README= 'DeDRM_plugin_ReadMe.txt'
OBOK_SRC_DIR = 'Obok_plugin'
-OBOK_README = 'Obok_plugin_ReadMe.txt'
+OBOK_README = 'obok_plugin_ReadMe.txt'
RELEASE_DIR = 'release'
def make_calibre_plugin():