From e7a02319ce26ae8f802dc0da30baad71a514e160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= <sybren@stuvel.eu> Date: Wed, 29 Mar 2017 15:38:17 +0200 Subject: [PATCH] Include README and LICENSE in wheel --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b185e4df..b73a55a3 100755 --- a/setup.py +++ b/setup.py @@ -76,6 +76,7 @@ if __name__ == '__main__': author='Sybren A. Stüvel', author_email='sybren@blender.studio', packages=setuptools.find_packages(), + data_files=[('flamenco_worker', ['README.md', 'LICENSE.txt'])], license='GPL', classifiers=[ 'Operating System :: OS Independent', -- GitLab