From 6741aee90db710ca4b8a45e2159ddf70c84b171c Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Tue, 19 Sep 2017 08:51:06 +0200 Subject: initial import Signed-off-by: Manuel Traut --- setup.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 setup.py (limited to 'setup.py') diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..bdf4c7c --- /dev/null +++ b/setup.py @@ -0,0 +1,12 @@ +#!/usr/bin/env python3 + +from distutils.core import setup + +setup(name='pjutest', + version='1.0', + description='junit xml generator', + author='Manuel Traut', + author_email='manut@linutronix.de', + url='http://mecka.net/', + scripts=['pjutest'], +) -- cgit v1.2.3