--- a/setup.py Tue Jan 05 18:28:31 2021 +0100 +++ b/setup.py Wed Jan 06 13:47:01 2021 +0100 @@ -67,7 +67,7 @@ return filesList -# TODO: add .desktop files for the eric6 tools +# TODO: add .desktop files for the eric tools def getDataFiles(): """ Function to return data_files in a platform dependent manner. @@ -112,7 +112,7 @@ if not longDescription: longDescription = ( - "eric6 is an integrated development environment for the Python" + "eric is an integrated development environment for the Python" " programming language. It uses the PyQt5 bindings and the" " QScintilla2 editor widget. See" " https://eric-ide.python-projects.org for more details."