Add get_version as a data file to setup.py
This commit is contained in:
parent
032830bada
commit
7361b37a75
3
setup.py
3
setup.py
@ -57,6 +57,9 @@ 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…
x
Reference in New Issue
Block a user