From 8459ee2cd851a6f1bd057cd346009f8121fc0878 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Wed, 24 Oct 2018 16:14:59 -0500 Subject: [PATCH] Specify full path to VERSION file --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6832318..127c969 100644 --- 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 -- 2.34.1