Skip to content

Commit 76c91d1

Browse files
musicinmybrainrayluo
authored andcommitted
Do not install tests in site-packages
1 parent 2adbf8a commit 76c91d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
setup(
1414
name='msal-extensions',
1515
version=__version__,
16-
packages=find_packages(),
16+
packages=find_packages(exclude=["tests"]),
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",
1919
package_data={'': ['LICENSE']},

0 commit comments

Comments
 (0)