X-Git-Url: https://git.ozlabs.org/?p=hiprofile;a=blobdiff_plain;f=setup.py;h=bc74b139a2ffa53152dc40480af3cfab214eef64;hp=923316d1be311ce9de7e62e19bc86c3968021ef1;hb=ef0edffea49e8e23206ec0a657216716a82e701d;hpb=dd7b86539cec23db56d9b2daa8ad9cfe69eae705 diff --git a/setup.py b/setup.py index 923316d..bc74b13 100644 --- a/setup.py +++ b/setup.py @@ -1,13 +1,15 @@ #!/usr/bin/env python -from distutils.core import setup +from setuptools import setup setup(name = 'hiprofile', - version = '1.0', + version = '1.0-rc1', + license = 'GPL', description = 'HTML interactive profile report generator', url = 'http://ozlabs.org/~jk/projects/hiprofile/', author = 'Jeremy Kerr', author_email = 'jk@ozlabs.org', + requires = ['jinja2'], py_modules = ['hiprofile'], scripts = ['scripts/hiprofile'], data_files = [('share/hiprofile/',