Use proper path in package_data
authorKarl O. Pinc <kop@meme.com>
Wed, 31 Oct 2018 02:43:11 +0000 (21:43 -0500)
committerKarl O. Pinc <kop@meme.com>
Wed, 31 Oct 2018 02:43:11 +0000 (21:43 -0500)
setup.py

index ea22593668e82c7ac6b83ab8518cf1df1ccc7f0d..65cf8524cd2f36239490218415da9b598b3fab52 100644 (file)
--- 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',
         ],
     },