From 5df7b1c14ead729b54df4d765b3242863be96912 Mon Sep 17 00:00:00 2001 From: "thomas.woehlke" <thomas.woehlke@rub.de> Date: Tue, 23 Feb 2021 15:31:24 +0100 Subject: [PATCH] work --- setup.cfg | 7 ------- 1 file changed, 7 deletions(-) diff --git a/setup.cfg b/setup.cfg index 3c6c728a..0684423e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,10 +33,3 @@ package_dir = = src include_package_data = true python_requires = >= 3.8 # Dependencies are in setup.py for GitHub's dependency graph. - -[egg_info] -tag_build = .dev -tag_date = 1 - -[aliases] -release = egg_info -Db '' -- GitLab