Skip to content

Commit

Permalink
update template (Azure#24343)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored May 18, 2022
1 parent 8c5b632 commit 3e4148e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/quickstart_tooling_dpg/template/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
packages=find_packages(
exclude=[
# Exclude packages that will be covered by PEP420 or nspkg
"azure",
"azure.{{ folder_second }}",
"{{ folder_first }}",
"{{ folder_first }}.{{ folder_second }}",
]
),
install_requires=[
Expand Down

0 comments on commit 3e4148e

Please sign in to comment.