mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 11:19:50 +03:00
https://gitlab.com/inorton/junit2html This is a simple self-contained python tool to produce a single html file from a single junit xml file. testing/ Manual merge of !9252
10 lines
187 B
Diff
10 lines
187 B
Diff
Command line program won't install without a space.
|
|
---
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -1,3 +1,3 @@
|
|
-from distutils.core import setup
|
|
+from setuptools import setup
|
|
|
|
files = ["*.css"]
|
|
|