From 3358b5581c21cd5c77c74c18afae1ea5b064f176 Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Sat, 6 Jul 2013 19:40:47 -0400 Subject: [PATCH] Include hy files in the release. --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 38ef5f5..c3bb159 100755 --- a/setup.py +++ b/setup.py @@ -47,6 +47,9 @@ setup( 'hy.models', 'hy.contrib', ], + package_data={ + 'hy.core': ['*.hy'], + }, author="Paul Tagliamonte", author_email="tag@pault.ag", long_description=long_description,