Merge pull request #1766 from eklitzke/master
get_version is not needed in data_files
This commit is contained in:
commit
c415c6c907
3
setup.py
3
setup.py
@ -58,9 +58,6 @@ setup(
|
|||||||
'hy.core': ['*.hy', '__pycache__/*'],
|
'hy.core': ['*.hy', '__pycache__/*'],
|
||||||
'hy.extra': ['*.hy', '__pycache__/*'],
|
'hy.extra': ['*.hy', '__pycache__/*'],
|
||||||
},
|
},
|
||||||
data_files=[
|
|
||||||
('get_version', ['get_version.py'])
|
|
||||||
],
|
|
||||||
author="Paul Tagliamonte",
|
author="Paul Tagliamonte",
|
||||||
author_email="tag@pault.ag",
|
author_email="tag@pault.ag",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
Loading…
Reference in New Issue
Block a user