projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a290205
)
simplejson: lower our minimum-required-version of setuptools to 0.6a9, since that...
author
Brian Warner
<warner@lothar.com>
Sat, 14 Jul 2007 02:47:56 +0000
(19:47 -0700)
committer
Brian Warner
<warner@lothar.com>
Sat, 14 Jul 2007 02:47:56 +0000
(19:47 -0700)
src/simplejson/setup.py
patch
|
blob
|
history
diff --git
a/src/simplejson/setup.py
b/src/simplejson/setup.py
index efc4454bd3a15647e530be5fa77242ad31db2590..01d1e43354de0b470b8fce2656db82ee2a96f114 100644
(file)
--- a/
src/simplejson/setup.py
+++ b/
src/simplejson/setup.py
@@
-1,7
+1,7
@@
#!/usr/bin/env python
import ez_setup
-ez_setup.use_setuptools(min_version="0.6
c3
")
+ez_setup.use_setuptools(min_version="0.6
a9
")
from setuptools import setup, find_packages, Extension, Feature
from distutils.command.build_ext import build_ext