mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
simplejson: lower our minimum-required-version of setuptools to 0.6a9, since that seems to work, and it's the version that comes with dapper
This commit is contained in:
parent
a290205ade
commit
016e17446a
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import ez_setup
|
||||
ez_setup.use_setuptools(min_version="0.6c3")
|
||||
ez_setup.use_setuptools(min_version="0.6a9")
|
||||
|
||||
from setuptools import setup, find_packages, Extension, Feature
|
||||
from distutils.command.build_ext import build_ext
|
||||
|
Loading…
x
Reference in New Issue
Block a user