From 490c693985d0f2d77507685cc59d1248a20fd2e1 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Fri, 10 Jul 2020 17:18:00 -0400 Subject: [PATCH] Add Flask to the list of keywords --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c94d14e6..eb7ea1fb 100644 --- a/setup.py +++ b/setup.py @@ -76,6 +76,7 @@ setup(name='dependency-injector', 'Factory', 'Singleton', 'Design patterns', + 'Flask', ], classifiers=[ 'Development Status :: 5 - Production/Stable',