From 016a1f0b6212f2f700d04aeaefc9f7de00000e54 Mon Sep 17 00:00:00 2001 From: mohsinenar Date: Mon, 8 Jul 2024 12:13:04 +0100 Subject: [PATCH] Fix path. --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index d074d8ca3..e438da7e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -71,7 +71,7 @@ exclude = [options.package_data] * = *.json, *.md, *.config, py.typed, alembic.ini, script.py.mako, *.yaml -*/ostorlab/ui/static = * +src/ostorlab/ui/static/ = * [options.extras_require] @@ -160,4 +160,4 @@ exclude = build dist .eggs - */oxotitan/* + src/ostorlab/*