From 3e310ffc99dfcd709047efb9145a2f6ca63fe97d Mon Sep 17 00:00:00 2001 From: Jack Hallam Date: Mon, 30 Oct 2023 11:12:21 +0000 Subject: [PATCH] Add license classifier to setup.py --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index b616865c8..5440b99fa 100644 --- a/setup.py +++ b/setup.py @@ -31,4 +31,7 @@ setup( long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/paul-gauthier/aider", + classifiers=[ + "License :: OSI Approved :: Apache Software License", + ], )