10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 hash = "sha256-jt2ZZV63s7LL0R9ay/tvMH3cIDElYXiNPBuHlxj/Z8E=";
24 propagatedBuildInputs = [
37 pythonImportsCheck = [
42 description = "Table of contents generator for Markdown";
43 homepage = "https://docs.franco.net.eu.org/md-toc/";
44 license = with licenses; [ gpl3Plus ];
45 maintainers = with maintainers; [ fab ];