7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "d9e5eb4708ebf13353c4cfce798ad47890a8bcc5fbae04630223d15d79f55e96";
18 description = "Small INI library for Python";
19 homepage = "https://github.com/mitsuhiko/python-inifile";
20 license = licenses.bsd0;