Use proper path in package_data
authorKarl O. Pinc <kop@meme.com>
Wed, 31 Oct 2018 01:19:38 +0000 (20:19 -0500)
committerKarl O. Pinc <kop@meme.com>
Wed, 31 Oct 2018 01:19:38 +0000 (20:19 -0500)
setup.py

index 2122e22c8c362da61925ef6b1b57bce000fbda28..7a2dcbb38a2a5d72f3fe0c93df5d7c5c242425aa 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -166,7 +166,7 @@ setup(
     # installed, specify them here.  If using Python 2.6 or less, then these
     # have to be included in MANIFEST.in as well.
     package_data={
-        'pgwui_core': ['src/pgwui_core/VERSION'],
+        'pgwui_core': ['VERSION'],
     },
 
     # To provide executable scripts, use entry points in preference to the