From: Karl O. Pinc Date: Wed, 31 Oct 2018 02:43:11 +0000 (-0500) Subject: Use proper path in package_data X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=1686ff0888978cd4e022787880e46b92144975dc;p=pgwui_common Use proper path in package_data --- 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', ], },