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': '.'},