From 8c29ebe72841931593c7e3062664bfe5d976feb9 Mon Sep 17 00:00:00 2001 From: evanchia Date: Thu, 22 Apr 2021 13:30:11 -0700 Subject: [PATCH] chaging name from Lumberyard to od3e --- AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/setup.py b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/setup.py index f253ac98fb..20f4911bab 100644 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/setup.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/setup.py @@ -30,7 +30,7 @@ if __name__ == '__main__': setup( name="editor_python_test_tools", version="1.0.0", - description='Lumberyard editor Python bindings test tools', + description='O3DE editor Python bindings test tools', long_description=long_description, packages=find_packages(where='Tools', exclude=['tests']), install_requires=[