3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

setup: install README.md as well ...

This commit is contained in:
James Lu 2016-10-05 19:22:23 -07:00
parent 738f027f33
commit e22d75d1a1

View File

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