summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 6f2591a..8625290 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,11 @@
#!/usr/bin/env python
from __future__ import with_statement
+#
+# To use setuptools commands such as bdist_egg, execute like this:
+#
+# python -c 'import setuptools; execfile("setup.py")' bdist_egg
+#
import sys
from distutils.core import setup, Extension, Command
from distutils.command.build_ext import build_ext