update setup.py
This commit is contained in:
parent
a43d3bdf85
commit
a6d101327b
6
setup.py
6
setup.py
@ -15,7 +15,7 @@ setup(
|
|||||||
|
|
||||||
# Application author details:
|
# Application author details:
|
||||||
author="Chrys and others",
|
author="Chrys and others",
|
||||||
author_email="chrys@web.de",
|
author_email="chrys87@web.de",
|
||||||
|
|
||||||
# Packages
|
# Packages
|
||||||
packages=find_packages('src'),
|
packages=find_packages('src'),
|
||||||
@ -32,7 +32,7 @@ setup(
|
|||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
#
|
#
|
||||||
# license="MIT",
|
# license="MIT",
|
||||||
description="An TTy Screen Reader For Linux.",
|
description="An TTY Screen Reader For Linux.",
|
||||||
long_description=read('README.md'),
|
long_description=read('README.md'),
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
@ -41,7 +41,7 @@ setup(
|
|||||||
install_requires=[
|
install_requires=[
|
||||||
"evdev",
|
"evdev",
|
||||||
"sox",
|
"sox",
|
||||||
"python-espeak"
|
"python-espeak"
|
||||||
],
|
],
|
||||||
|
|
||||||
)
|
)
|
||||||
|
0
src/fenrir/core/__init__.py
Normal file → Executable file
0
src/fenrir/core/__init__.py
Normal file → Executable file
Loading…
Reference in New Issue
Block a user