From 037eb6a795a91989cd1303553bf429486fe58cd1 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Wed, 30 Oct 2019 19:16:20 -0400 Subject: [PATCH] Include license file in build artifacts --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d228aba..c95e5d3 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ classifiers=[ 'Development Status :: 2 - Pre-Alpha', ], + package_data={'': ['LICENSE']}, install_requires=[ 'msal>=0.4.1,<1.0.0', 'portalocker~=1.0',