Add get_version as a data file to setup.py

This commit is contained in:
Kodi Arfer 2017-06-15 11:30:05 -07:00
parent 032830bada
commit 7361b37a75

View File

@ -57,6 +57,9 @@ setup(
'hy.core': ['*.hy', '__pycache__/*'],
'hy.extra': ['*.hy', '__pycache__/*'],
},
data_files=[
('get_version', ['get_version.py'])
],
author="Paul Tagliamonte",
author_email="tag@pault.ag",
long_description=long_description,