From 403442d6b1e12045086ffddaabc86ef32bc2d580 Mon Sep 17 00:00:00 2001 From: Evan Klitzke Date: Thu, 28 Mar 2019 15:30:14 -0700 Subject: [PATCH] get_version is not needed in data_files --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 67b2062..8ee8be6 100755 --- a/setup.py +++ b/setup.py @@ -58,9 +58,6 @@ setup( 'hy.core': ['*.hy', '__pycache__/*'], 'hy.extra': ['*.hy', '__pycache__/*'], }, - data_files=[ - ('get_version', ['get_version.py']) - ], author="Paul Tagliamonte", author_email="tag@pault.ag", long_description=long_description,