Skip to content

Commit f746c62

Browse files
committed
Fix double azure-common install that breaks bdist_wheel
1 parent 98eae31 commit f746c62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131

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

3635
# Package final:
3736
if "install" in sys.argv:

0 commit comments

Comments
 (0)