Skip to content

Commit

Permalink
Update deprecation message in setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
digimaun committed Aug 3, 2020
1 parent 7184291 commit b425a11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
with open("HISTORY.rst", "r", encoding="utf-8") as f:
HISTORY = f.read()

short_description = "[Deprecated: Use the 'azure-iot' extension instead.]"
short_description = ("Deprecated: please remove 'azure-cli-iot-ext' and install the 'azure-iot' extension instead. "
"The legacy extension 'azure-cli-iot-ext' is scheduled for removal after 9/15/2020.")

setup(
name=PACKAGE_NAME,
Expand Down

0 comments on commit b425a11

Please sign in to comment.