summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2014-02-10 14:52:06 -0800
committerBob Ippolito <bob@redivi.com>2014-02-10 14:52:06 -0800
commita03499478fa57299798c68bbab1c5285a26a4a73 (patch)
treecc4fd93da8271caf3ce6fdd0798ae970cf7c7495
parenteeab055a39ef62a45725c554c1eebf86a3beeb48 (diff)
downloadsimplejson-a03499478fa57299798c68bbab1c5285a26a4a73.tar.gz
add comment about setuptools usage #85
-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