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.0', description='junit xml generator', author='Manuel Traut', author_email='manut@linutronix.de', url='http://mecka.net/', scripts=['pyjutest'], )