From b406888b1ff2b08c3c5ef96cac16f24ad17d4479 Mon Sep 17 00:00:00 2001 From: Frederick Price Date: Tue, 19 Nov 2024 22:41:50 -0500 Subject: [PATCH] Make setup.cfg closer to PyPi --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0c600675b42..cfc3dc61865 100644 --- a/setup.cfg +++ b/setup.cfg @@ -176,8 +176,8 @@ egg_info.writers = dependency_links.txt = setuptools.command.egg_info:overwrite_arg [egg_info] -tag_build = .post -tag_date = 1 +tag_build = +tag_date = 0 [sdist] formats = zip