From a6060fa2a80a72ad7cabb5cb2be61d337437e1cc Mon Sep 17 00:00:00 2001 From: Vojta Mrazek Date: Fri, 13 Dec 2024 12:51:46 +0100 Subject: [PATCH] Update setup.cfg --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index e5c9ee8..17e7560 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,10 +1,9 @@ [metadata] name = ariths_gen description = Arithmetic circuits generator to Verilog, BLIF, C etc. +version = attr: ariths_gen.VERSION long_description = file: README.md long_description_content_type = text/markdown - - license = MIT author = Jan Klhufek, Vojtech Mrazek author_email = iklhufek@fit.vutbr.cz @@ -17,3 +16,4 @@ project_urls = [options] packages = find: +python_requires = >=3.8