]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/blobdiff - setup.cfg
zfec: rearrange files
[tahoe-lafs/zfec.git] / setup.cfg
diff --git a/setup.cfg b/setup.cfg
new file mode 100644 (file)
index 0000000..620b349
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,7 @@
+[easy_install]
+# zfec actually does work at least as well as any package
+# works when zipped, but zipping eggs causes various problems
+# (http://bugs.python.org/setuptools/issue33 ), and generally makes it
+# harder for people to get at the source code, and doesn't actually
+# provide any benefits that I am aware of.
+zip_ok=False