From e22d75d1a16af8def9692fb6bfbc143a2844c5c3 Mon Sep 17 00:00:00 2001 From: James Lu Date: Wed, 5 Oct 2016 19:22:23 -0700 Subject: [PATCH] setup: install README.md as well ... --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 28d770e..8e81522 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ setup( # Data files package_data={ - '': ['example-conf.yml', 'example-permissions.yml', 'VERSION'], + '': ['example-conf.yml', 'example-permissions.yml', 'VERSION', 'README.md'], }, package_dir = {'pylinkirc': '.'},