From 054ce0cba62cb7d199cfeb8478f35ebc5809c901 Mon Sep 17 00:00:00 2001
From: zooko <zooko@zooko.com>
Date: Sun, 14 Jun 2009 06:32:19 +0530
Subject: [PATCH] setup: add setup.cfg to trigger darcsver before other
 operations

Ignore-this: ecf052e0abd3d3bea05e42968337330e

darcs-hash:2c667b2c6db44fe3d557ba734878d155b030382a
---
 zfec/setup.cfg | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 zfec/setup.cfg

diff --git a/zfec/setup.cfg b/zfec/setup.cfg
new file mode 100644
index 0000000..bf345ea
--- /dev/null
+++ b/zfec/setup.cfg
@@ -0,0 +1,16 @@
+[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
-- 
2.45.2