From 1d5116208354f4a29ecf45095a683bb2a0947ccd Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 27 Sep 2023 12:08:33 +0200 Subject: [PATCH] setup.py: import pkg_resources --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 80d6b54..a2066f0 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,5 @@ +import pkg_resources + from xstatic.pkg import select2 as xs # The README.txt file should be written in reST so that PyPI can use