From 69a19234c8166ad0b9d5ab8a3d07871b087f0c21 Mon Sep 17 00:00:00 2001 From: Nezar Abdennur Date: Sat, 1 Jul 2023 16:12:38 -0400 Subject: [PATCH] fix: restore setup.cfg as workaround for editable install in py36 See: https://github.com/pypa/setuptools/issues/3226 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..3480374 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal=1 \ No newline at end of file