]> git.ozlabs.org Git - hiprofile/blobdiff - setup.py
Use setuptools rather than distutils
[hiprofile] / setup.py
index f3bd3ff5e4a5e7cc0e30becbc1b9eb855eeb63f7..bc74b139a2ffa53152dc40480af3cfab214eef64 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,10 @@
 #!/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',