7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "1hwbl3gf9fdds9sc14zgjyjisjvxidrvqc11xlbb0b6jz17nw0nx";
18 description = "Library to enable your code run as a daemon process on Unix-like systems";
19 homepage = "https://github.com/thesharp/daemonize";
20 license = licenses.mit;