From 0e5f895d697a65cbb0fdfc9fd2ba315225b491d2 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 23 Aug 2016 23:15:11 +0300 Subject: [PATCH] setup.cfg: add [egg_info] --- setup.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.cfg b/setup.cfg index b5486c4..56a3566 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,9 @@ [easy_install] find_links = http://phdru.name/Software/Python/ optimize = 2 + +[egg_info] +tag_build = +tag_date = 0 +tag_svn_revision = 0 + -- 2.39.2