summaryrefslogtreecommitdiff
path: root/dev-python/filetype
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/filetype')
-rw-r--r--dev-python/filetype/files/filetype-1.0.5-examples.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-python/filetype/files/filetype-1.0.5-examples.patch b/dev-python/filetype/files/filetype-1.0.5-examples.patch
deleted file mode 100644
index 3032c38a6995..000000000000
--- a/dev-python/filetype/files/filetype-1.0.5-examples.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/setup.py 2020-02-07 15:57:33.445851327 -0000
-+++ b/setup.py 2020-02-07 15:57:50.921877837 -0000
-@@ -37,6 +37,6 @@
- 'Topic :: System :: Filesystems',
- 'Topic :: Utilities'],
- platforms=['any'],
-- packages=find_packages(exclude=['dist', 'build', 'docs', 'tests']),
-+ packages=find_packages(exclude=['dist', 'build', 'docs', 'tests', 'examples']),
- package_data={'filetype': ['LICENSE', '*.md']},
- zip_safe=True)