From 6d92a5a3b82333f1e7e6bdd104cba85f7fbebd83 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Sat, 19 Oct 2024 20:24:40 -0500 Subject: [PATCH] add license to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8781de0..ec59996 100644 --- a/setup.py +++ b/setup.py @@ -40,6 +40,7 @@ author='StackStorm, Inc.', author_email='info@stackstorm.com', url='https://github.com/StackStorm/st2-auth-backend-flat-file', + license='Apache License (2.0)', download_url='https://github.com/StackStorm/st2-auth-backend-flat-file/tarball/master', classifiers=[ 'Development Status :: 3 - Alpha',