From f74a7915a3e2fb021f426b27fa3ac9c39c849927 Mon Sep 17 00:00:00 2001 From: TNTMaster370 Date: Sat, 20 Jan 2024 14:43:34 -0700 Subject: [PATCH] Fixed a comment that caused a build issue in Python 3.9; --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index eb6d350..717dffd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,9 @@ [metadata] name = scrivid -version = attr: scrivid._version.__version__ # Instantiating it as -# `scrivid.__version__` results in so many shaky imports from the root-level -# `__init__.py`, that it's just easier to get directly, even though it's -# "protected". +version = attr: scrivid._version.__version__ +# Instantiating it as `scrivid.__version__` results in so many shaky imports +# from the root-level `__init__.py`, that it's just easier to get directly, +# even though it's "protected". description = A Python library to create instructions for a generated video. author = Trystyn Coté license = MIT