Include hy.extra in packaging (#1201)

closes #1200
This commit is contained in:
Tuukka Turto 2017-01-17 20:46:58 +02:00 committed by Ryan Gonzalez
parent 5df8f38d75
commit fe8209bf03

View File

@ -71,6 +71,7 @@ setup(
package_data={
'hy.contrib': ['*.hy'],
'hy.core': ['*.hy'],
'hy.extra': ['*.hy'],
},
author="Paul Tagliamonte",
author_email="tag@pault.ag",