update setup.py

This commit is contained in:
chrys 2016-10-04 23:46:02 +02:00
parent a43d3bdf85
commit a6d101327b
2 changed files with 3 additions and 3 deletions

View File

@ -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",

0
src/fenrir/core/__init__.py Normal file → Executable file
View File