Specify full path to VERSION file
authorKarl O. Pinc <kop@meme.com>
Wed, 24 Oct 2018 21:14:59 +0000 (16:14 -0500)
committerKarl O. Pinc <kop@meme.com>
Wed, 24 Oct 2018 21:14:59 +0000 (16:14 -0500)
setup.py

index 6832318ba2cc9ea78bc9e966dd53f4cb03e0a179..127c969407c43c6e83b10aa4419c7b0cb08a515d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -160,7 +160,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': ['VERSION'],
+        'pgwui_core': ['src/pgwui_core/VERSION'],
     },
 
     # To provide executable scripts, use entry points in preference to the