From: Karl O. Pinc Date: Wed, 24 Oct 2018 21:14:59 +0000 (-0500) Subject: Specify full path to VERSION file X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=8459ee2cd851a6f1bd057cd346009f8121fc0878;p=pgwui_core Specify full path to VERSION file --- 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