Ship the hy files in hy/contrib

This commit is contained in:
Nicolas Dandrimont 2013-11-01 04:04:12 +01:00
parent b4ff53e5f8
commit 2ab35332a0

View File

@ -63,6 +63,7 @@ setup(
}, },
packages=find_packages(exclude=['tests*']), packages=find_packages(exclude=['tests*']),
package_data={ package_data={
'hy.contrib': ['*.hy'],
'hy.core': ['*.hy'], 'hy.core': ['*.hy'],
}, },
author="Paul Tagliamonte", author="Paul Tagliamonte",