Package: tifffile / 20210201-1

Don-t-install-lsm2bin.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Ole Streicher <ole@aip.de>
Date: Tue, 12 May 2020 14:18:07 +0200
Subject: Don't install lsm2bin

This seems not an end-user script, and we don't have a manpage for it
---
 setup.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/setup.py b/setup.py
index 058f7eb..e5527d7 100644
--- a/setup.py
+++ b/setup.py
@@ -106,8 +106,6 @@ setup(
     entry_points={
         'console_scripts': [
             'tifffile = tifffile:main',
-            'tiffcomment = tifffile.tiffcomment:main',
-            'lsm2bin = tifffile.lsm2bin:main',
         ],
         # 'napari.plugin': ['tifffile = tifffile.napari_tifffile'],
     },