[console_scripts]
jr-build-pdfs = jupyter_reports.nbconvert.build_pdfs:main

[nbconvert.exporters]
jupyter_reports_latex = jupyter_reports.nbconvert.exporter:ReportLatexExporter
jupyter_reports_pdf = jupyter_reports.nbconvert.exporter:ReportPDFExporter
