summaryrefslogtreecommitdiff
path: root/setup.py
blob: bdf4c7c551c86e9c1aed0f4caf8b9c64c73922e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
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'],
)