Skip to content

Commit

Permalink
Fix rst file
Browse files Browse the repository at this point in the history
  • Loading branch information
akharit committed Aug 1, 2024
1 parent 5016c78 commit 8841bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Release History
===============

1.0.0-alpha0 (2024-07-12)
+++++++++++++++++++
+++++++++++++++++++++++++
* Use generic azure token credential for auth instead of custom lib.auth
* Remove older Python support

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
],
extras_require={ 'auth': ['azure-identity']},
long_description=readme + '\n\n' + history,
long_description_content_type="text/x-rst",
zip_safe=False,
)

0 comments on commit 8841bb1

Please sign in to comment.