File: drop-data-files-and-scripts-from-setup-py.diff

package info (click to toggle)
python-imagehash 4.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,060 kB
  • sloc: python: 1,041; makefile: 81; sh: 31
file content (13 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
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',