python3Packages.shellingham: use pyproject format

This commit is contained in:
Jonathan Ringer 2020-06-04 11:40:34 -07:00 committed by Jon
parent 4993bad67c
commit 94d45c17cf

View file

@ -4,6 +4,7 @@
buildPythonPackage rec {
pname = "shellingham";
version = "1.3.2";
format = "pyproject";
src = fetchPypi {
inherit pname version;