]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/_auto_deps.py
setuptools delenda est. fixes ticket:1582 :-D
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / _auto_deps.py
index 4dcd50f75ed432f259dd6e0b66ce8d36269a8bfb..a43629f86f4780c43df7311e991482a345ea782c 100644 (file)
@@ -16,8 +16,8 @@
 # >=, <= and != operators.)
 
 install_requires = [
-    # We require newer versions of setuptools (actually
-    # zetuptoolz) to build, but can handle older versions to run.
+    # We require newer versions of setuptools to build, but can handle
+    # older versions to run.
     "setuptools >= 0.6c6",
 
     "zfec >= 1.1.0",