summaryrefslogtreecommitdiff
path: root/setup.py
blob: 49d6cbba4295a816866d4345571d475fef58bc98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python3

from distutils.core import setup

setup(name='pyjutest',
      version='1.3',
      description='junit xml generator',
      author='Manuel Traut',
      author_email='manut@linutronix.de',
      url='http://mecka.net/',
      scripts=['pyjutest'],
)