diff --git a/setup.py b/setup.py
index 71e7d03..2049334 100644
--- a/setup.py
+++ b/setup.py
@@ -17,8 +17,6 @@ setup(
 	author_email='buchner.johannes@gmx.at',
 	packages=['imagehash'],
 	package_data={'imagehash': ['py.typed']},
-	data_files=[('images', ['tests/data/imagehash.png'])],
-	scripts=['find_similar_images.py'],
 	url='https://github.com/JohannesBuchner/imagehash',
 	license='2-clause BSD License',
 	description='Image Hashing library',
