]> git.ozlabs.org Git - hiprofile/blobdiff - setup.py
Use setuptools rather than distutils
[hiprofile] / setup.py
index bf414147b43bb44d964c9331c5173e0dea01f7d0..bc74b139a2ffa53152dc40480af3cfab214eef64 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,14 +1,15 @@
 #!/usr/bin/env python
 
 #!/usr/bin/env python
 
-from distutils.core import setup
+from setuptools import setup
 
 setup(name = 'hiprofile',
 
 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',
         description = 'HTML interactive profile report generator',
         url = 'http://ozlabs.org/~jk/projects/hiprofile/',
         author = 'Jeremy Kerr',
         author_email = 'jk@ozlabs.org',
-        requires = ['django'],
+        requires = ['jinja2'],
         py_modules = ['hiprofile'],
         scripts = ['scripts/hiprofile'],
         data_files = [('share/hiprofile/',
         py_modules = ['hiprofile'],
         scripts = ['scripts/hiprofile'],
         data_files = [('share/hiprofile/',