python3Packages.shellingham: use pyproject format
This commit is contained in:
parent
4993bad67c
commit
94d45c17cf
|
@ -4,6 +4,7 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "shellingham";
|
||||
version = "1.3.2";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in New Issue