Include hy files in the release.
This commit is contained in:
parent
e005cb773c
commit
3358b5581c
3
setup.py
3
setup.py
@ -47,6 +47,9 @@ setup(
|
|||||||
'hy.models',
|
'hy.models',
|
||||||
'hy.contrib',
|
'hy.contrib',
|
||||||
],
|
],
|
||||||
|
package_data={
|
||||||
|
'hy.core': ['*.hy'],
|
||||||
|
},
|
||||||
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