diff --git a/doc_src/installing.rst b/doc_src/installing.rst index ecffe975..484f2dbd 100644 --- a/doc_src/installing.rst +++ b/doc_src/installing.rst @@ -14,7 +14,7 @@ macOS Simply download `SnapPy.dmg `_ and copy SnapPy.app to the Applications folder. Double-click to start -it, just like any other application. The current version works with macOS 10.13 and +it, just like any other application. The current version works with macOS 10.14 and newer and earlier releases `can be found here `_. diff --git a/windows_exe/SnapPy_dbg.spec b/windows_exe/SnapPy_dbg.spec index 80c6b708..19ba3b75 100644 --- a/windows_exe/SnapPy_dbg.spec +++ b/windows_exe/SnapPy_dbg.spec @@ -27,7 +27,6 @@ datafiles += collect_data_files('tkinter_gl') a = Analysis(['SnapPy.py'], - binaries=binaries, hiddenimports=imports + ['linecache', 'pkg_resources.py2_warn'], datas=datafiles, hookspath=[], diff --git a/windows_exe/SnapPy_py3.spec b/windows_exe/SnapPy_py3.spec index 08751759..12319bce 100644 --- a/windows_exe/SnapPy_py3.spec +++ b/windows_exe/SnapPy_py3.spec @@ -28,7 +28,6 @@ datafiles += collect_data_files('tkinter_gl') a = Analysis(['SnapPy.py'], - binaries=binaries, hiddenimports=imports + ['linecache', 'pkg_resources.py2_warn'], datas=datafiles, hookspath=[],