diff --git a/src/fenrir-pypy b/src/fenrir-pypy deleted file mode 100755 index b2d50a1c..00000000 --- a/src/fenrir-pypy +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/env pypy3 -# -*- coding: utf-8 -*- - -# Fenrir TTY screen reader -# By Chrys, Storm Dragon, and contributers. - -import os, sys, inspect -fenrirPath = os.path.dirname(os.path.realpath(os.path.abspath(inspect.getfile(inspect.currentframe())))) - -if not fenrirPath in sys.path: - sys.path.append(fenrirPath) - -from fenrirscreenreader.core import fenrirManager - -def main(): - app = fenrirManager.fenrirManager() - app.proceed() - del app - -if __name__ == "__main__": - main() diff --git a/src/fenrirscreenreader/fenrirVersion.py b/src/fenrirscreenreader/fenrirVersion.py index db064326..64b77140 100644 --- a/src/fenrirscreenreader/fenrirVersion.py +++ b/src/fenrirscreenreader/fenrirVersion.py @@ -4,5 +4,5 @@ # Fenrir TTY screen reader # By Chrys, Storm Dragon, and contributers. -version = "2024.12.07" +version = "2024.12.08" codeName = "testing"