From 30e9097985656920f01a72efc1088caa2b8d41b3 Mon Sep 17 00:00:00 2001 From: bertagaz Date: Tue, 14 Jun 2011 15:26:19 +0200 Subject: Imported Upstream version 0.5.29 --- setup.cfg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 setup.cfg (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..730bf08 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,17 @@ +[easy_install] +zip_ok = False + +[egg_info] +tag_build = +tag_date = 0 +tag_svn_revision = 0 + +[aliases] +sdist_dsc = darcsver --count-all-patches sdist_dsc +sdist = darcsver --count-all-patches sdist +trial = darcsver --count-all-patches trial +build = darcsver --count-all-patches build +install = darcsver --count-all-patches install +test = darcsver --count-all-patches test +bdist_egg = darcsver --count-all-patches bdist_egg + -- cgit v1.2.3