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,