From c8ab1ec50f7c62fb42a78c0617624b91ba62a162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Mon, 4 Apr 2022 15:46:03 +0200 Subject: [PATCH] setup.cfg: alectryon.__version__ -> alectryon.__init__.__version__ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes build with setuptools>=61. Huge thanks to Ionen Wolkens (ionenwks) for finding the solution. Bug: https://bugs.gentoo.org/836748 Signed-off-by: Maciej Barć --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1a25a925..066089bb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = alectryon -version = attr: alectryon.__version__ +version = attr: alectryon.__init__.__version__ description = A library to process Coq snippets embedded in documents, showing goals and messages for each Coq sentence. long_description = file: README.rst url = https://github.com/cpitclaudel/alectryon