From 100d9192b41190750e2319948edb320f400512cc Mon Sep 17 00:00:00 2001 From: Samira El Aabidi Date: Thu, 6 Feb 2020 12:30:24 +0200 Subject: [PATCH] fix classifier in setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 08916f6..919cb1c 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ description="Singer.io utility library - PipelineWise compatible", author="Stitch", classifiers=[ - 'License :: OSI Approved :: Apache v2.0', + 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python :: 3 :: Only' ], url="https://github.com/transferwise/pipelinewise-singer-python",