From 279b058752770d44dbd3875b3fb04a549e63708e Mon Sep 17 00:00:00 2001 From: Scott Miller Date: Fri, 17 Mar 2017 13:34:38 -0400 Subject: [PATCH] Add License to PyPi metadata Signed-off-by: Scott Miller --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 00b8f37d..907746f0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,3 +3,4 @@ universal = 1 [metadata] description_file = README.rst +license = Apache License 2.0