diff --git a/setup.py b/setup.py index 9f44367d..7637596b 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( # Application author details: author="Chrys and others", - author_email="chrys@web.de", + author_email="chrys87@web.de", # Packages packages=find_packages('src'), @@ -32,7 +32,7 @@ setup( zip_safe=False, # # license="MIT", - description="An TTy Screen Reader For Linux.", + description="An TTY Screen Reader For Linux.", long_description=read('README.md'), classifiers=[ "Development Status :: 3 - Alpha", @@ -41,7 +41,7 @@ setup( install_requires=[ "evdev", "sox", - "python-espeak" + "python-espeak" ], ) diff --git a/src/fenrir/core/__init__.py b/src/fenrir/core/__init__.py old mode 100644 new mode 100755