From fe8209bf03f07a0aa272a6bc6ce5c6b1a1685565 Mon Sep 17 00:00:00 2001 From: Tuukka Turto Date: Tue, 17 Jan 2017 20:46:58 +0200 Subject: [PATCH] Include hy.extra in packaging (#1201) closes #1200 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3fc2be3..a64cb7b 100755 --- a/setup.py +++ b/setup.py @@ -71,6 +71,7 @@ setup( package_data={ 'hy.contrib': ['*.hy'], 'hy.core': ['*.hy'], + 'hy.extra': ['*.hy'], }, author="Paul Tagliamonte", author_email="tag@pault.ag",