python3Packages.recursive-pth-loader: set license
This code is part of nixpkgs so it should be under `MIT`
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
{ stdenv, python }:
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
python,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "python-recursive-pth-loader";
|
||||
@@ -20,5 +24,6 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Enable recursive processing of pth files anywhere in sys.path";
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user