Skip to content

Commit

Permalink
python312Packages.azure-multiapi-storage: modernize and fix metadata
Browse files Browse the repository at this point in the history
(cherry picked from commit 62fb705)
  • Loading branch information
pyrox0 authored and github-actions[bot] committed Dec 5, 2024
1 parent c16a034 commit 074f814
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,13 @@ buildPythonPackage rec {
doCheck = false;

pythonImportsCheck = [
"azure.common"
"azure.multiapi.storage"
];

meta = with lib; {
meta = {
description = "Microsoft Azure Storage Client Library for Python with multi API version support";
homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit;
homepage = "https://github.com/Azure/azure-multiapi-storage-python";
license = lib.licenses.mit;
maintainers = [ ];
};
}

0 comments on commit 074f814

Please sign in to comment.