Commit dbefdd95 authored by Ian Norton's avatar Ian Norton 🌏
Browse files

fix packaging of the template folders

parent 7e3defb8
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
[metadata]
name = junit2html
version = 31.0.4
version = 31.0.5
description = Generate HTML reports from Junit results
long_description = Genearate a single file HTML report from a Junit or XUnit XML results file
author = Ian Norton
@@ -20,8 +20,8 @@ packages =

[options.package_data]
junit2htmlreport =
    templates/*/*.css
    templates/*/*.html
    templates/**/*.css
    templates/**/*.html

[options.entry_points]
console_scripts =