--- /dev/null
+[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
+
+[aliases]
+build = darcsver --count-all-patches build
+test = darcsver --count-all-patches test
+sdist = darcsver --count-all-patches sdist
+install = darcsver --count-all-patches install
+bdist_egg = darcsver --count-all-patches bdist_egg
+trial = darcsver --count-all-patches trial
+sdist_dsc = darcsver --count-all-patches sdist_dsc