diff options
Diffstat (limited to 'pkgs/development/python-modules/mplhep-data/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/mplhep-data/default.nix | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/pkgs/development/python-modules/mplhep-data/default.nix b/pkgs/development/python-modules/mplhep-data/default.nix index 12ec813f12b9..0c6baa8b3e3e 100644 --- a/pkgs/development/python-modules/mplhep-data/default.nix +++ b/pkgs/development/python-modules/mplhep-data/default.nix @@ -1,8 +1,9 @@ -{ lib -, buildPythonPackage -, fetchPypi -, setuptools -, setuptools-scm +{ + lib, + buildPythonPackage, + fetchPypi, + setuptools, + setuptools-scm, }: buildPythonPackage rec { @@ -21,14 +22,16 @@ buildPythonPackage rec { setuptools-scm ]; - pythonImportsCheck = [ - "mplhep_data" - ]; + pythonImportsCheck = [ "mplhep_data" ]; meta = with lib; { description = "Sub-package to hold data (fonts) for mplhep"; homepage = "https://github.com/scikit-hep/mplhep_data"; - license = with licenses; [ mit gfl ofl ]; + license = with licenses; [ + mit + gfl + ofl + ]; maintainers = with maintainers; [ veprbl ]; }; } |
