From: Karl O. Pinc Date: Wed, 31 Oct 2018 01:19:38 +0000 (-0500) Subject: Use proper path in package_data X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=1a9d75eaf8a4331aa33c1725c33325e306e8a3a7;p=pgwui_core Use proper path in package_data --- diff --git a/setup.py b/setup.py index 2122e22..7a2dcbb 100644 --- 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