]> git.ozlabs.org Git - hiprofile/blob - setup.py
Initial commit
[hiprofile] / setup.py
1 #!/usr/bin/env python
2
3 from distutils.core import setup
4
5 setup(name = 'hiprofile',
6         version = '1.0',
7         description = 'HTML interactive profile report generator',
8         author = 'Jeremy Kerr',
9         author_email = 'jk@ozlabs.org',
10         py_modules = ['hiprofile'],
11         scripts = ['scripts/hiprofile'])