Merge pull request #1766 from eklitzke/master

get_version is not needed in data_files
This commit is contained in:
Kodi Arfer 2019-04-12 13:07:47 -04:00 committed by GitHub
commit c415c6c907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,9 +58,6 @@ 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,