From 43c39f94e6d2b8e5f7c4b7cd1e5c43996a94dc58 Mon Sep 17 00:00:00 2001 From: Yoan Le Clanche Date: Wed, 16 Jul 2025 18:07:43 +0200 Subject: [PATCH] fix setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b6722329..78fc659c 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -²# -*- coding: utf-8 -*- +# -*- coding: utf-8 -*- from setuptools import setup, find_packages -- 2.39.5