We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92d094a + 97ef19d commit 70d6374Copy full SHA for 70d6374
setup.py
@@ -26,7 +26,7 @@
26
#
27
#------------------------------------------------------------------------------
28
29
-from setuptools import setup
+from setuptools import setup, find_packages
30
import re, io
31
32
# setup.py shall not import main package
@@ -59,7 +59,7 @@
59
'Programming Language :: Python :: 3.7',
60
'License :: OSI Approved :: MIT License',
61
],
62
- packages=['msal'],
+ packages=find_packages(),
63
install_requires=[
64
'requests>=2.0.0',
65
'PyJWT[crypto]>=1.0.0',
0 commit comments