Skip to content

Commit

Permalink
Fix double azure-common install that breaks bdist_wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Feb 28, 2018
1 parent 98eae31 commit f746c62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

# So content packages are:
content_package = [p for p in packages if p not in meta_package+nspkg_packages]
content_package.insert(0, "azure-common")

# Package final:
if "install" in sys.argv:
Expand Down

0 comments on commit f746c62

Please sign in to comment.