Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo committed Aug 31, 2022
2 parents b6d2a01 + b14d1b2 commit 3041afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pillow/Pillow.pas
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TPillow = class(TPyManagedPackage)
procedure Prepare(const AModel: TPyPackageModel); override;
procedure ImportModule; override;
public
property pillow: variant read AsVariant;
property PIL: variant read AsVariant;
end;

implementation
Expand Down Expand Up @@ -57,7 +57,7 @@ procedure TPillow.Prepare(const AModel: TPyPackageModel);
begin
inherited;
with AModel do begin
PackageName := 'pillow';
PackageName := 'PIL';
//NumPy from PIP
PackageManagers.Add(
TPyPackageManagerKind.pip,
Expand Down

0 comments on commit 3041afe

Please sign in to comment.