From 1686ff0888978cd4e022787880e46b92144975dc Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 30 Oct 2018 21:43:11 -0500 Subject: [PATCH] Use proper path in package_data --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index ea22593..65cf852 100644 --- a/setup.py +++ b/setup.py @@ -150,9 +150,9 @@ setup( # installed, specify them here. package_data={ 'pgwui_common': [ - 'src/pgwui_common/static/*.css', - 'src/pgwui_common/templates/*.mak', - 'src/pgwui_common/VERSION', + 'static/*.css', + 'templates/*.mak', + 'VERSION', ], }, -- 2.34.1