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

setup.py: Ship the VERSION file as well

This commit is contained in:
James Lu 2016-10-05 19:07:37 -07:00
parent aa0d1596b0
commit 8486d7c85b

View File

@ -81,7 +81,7 @@ setup(
# Data files
package_data={
'': ['example-conf.yml', 'example-permissions.yml'],
'': ['example-conf.yml', 'example-permissions.yml', 'VERSION'],
},
package_dir = {'pylinkirc': '.'},