From 096e21d3ae289793bb1b177c62b001d5ac16fd48 Mon Sep 17 00:00:00 2001 From: Vincent Otieno Date: Fri, 20 Oct 2023 03:24:39 +0300 Subject: [PATCH] fix: ci pipeline --- setup.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..d9aad05 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,10 @@ +# This example contains just the necessary options for a src-layout, set up +# the rest of the file as described above. + +[options] +package_dir= + =src +packages=find: + +[options.packages.find] +where=src \ No newline at end of file