Skip to content

Commit bbe4e11

Browse files
authored
Merge pull request #37 from corey-cole/add_license_file
Include license file in build artifacts
2 parents a6ce91d + 037eb6a commit bbe4e11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
classifiers=[
1616
'Development Status :: 2 - Pre-Alpha',
1717
],
18+
package_data={'': ['LICENSE']},
1819
install_requires=[
1920
'msal>=0.4.1,<1.0.0',
2021
'portalocker~=1.0',

0 commit comments

Comments
 (0)