From f3b0411bea4e9fcf9a43adf3ddab4069e3dc8a16 Mon Sep 17 00:00:00 2001 From: Alexandra Vatulina Date: Sun, 10 Nov 2024 21:46:07 +0000 Subject: [PATCH] Replace setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0e83277..223a33c 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,7 @@ setup( 'step_2 = lesson_05.step_2:main', 'step_3 = lesson_05.step_3:main', 'step_4 = lesson_05.step_4:main', + 'step_5 = lesson_05.step_5:main', ], }, ) -- GitLab