This commit is contained in:
Akshat Harit 2024-08-01 12:48:50 -07:00
Родитель 5016c78306
Коммит 8841bb17ff
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -45,5 +45,6 @@ setup(name='azure-datalake-store',
],
extras_require={ 'auth': ['azure-identity']},
long_description=readme + '\n\n' + history,
long_description_content_type="text/x-rst",
zip_safe=False,
)