commit | 45bdc6aff7681c8f23fbfa69ed1bc8a964b7be49 | [log] [tgz] |
---|---|---|
author | Sybren A. Stüvel <sybren@stuvel.eu> | Sun Jan 09 12:29:30 2011 +0100 |
committer | Sybren A. Stüvel <sybren@stuvel.eu> | Sun Jan 09 12:29:30 2011 +0100 |
tree | 0ffc40723b62608ca059beefcbebe7340097e054 | |
parent | f8331ed1c66bf44a75d21a5a399aa4d27b7a4515 [diff] [blame] |
Include ez_setup.py
diff --git a/setup.py b/setup.py index 9516b2d..f5cbe34 100755 --- a/setup.py +++ b/setup.py
@@ -1,5 +1,9 @@ #!/usr/bin/env python +# Ensure that setuptools are installed. +import ez_setup +ez_setup.use_setuptools() + from setuptools import setup import rsa