From 3278ebcac8b19b0ed23342236cb685ebd10ef7c6 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 8 Aug 2019 17:59:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20wrong=20and=20redundant?= =?UTF-8?q?=20info=20from=20setup.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit setup.py already contains info about the installed scripts under `entry_points` → `console_scripts`. Remove the second and wrong info about installed executables. --- setup.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup.py b/setup.py index ed24216..4007fff 100644 --- a/setup.py +++ b/setup.py @@ -1,9 +1,4 @@ # -*- coding: utf-8 -*- -""" -Installs one executable: - - - ocrd_calamari_ocr -""" import codecs from setuptools import setup, find_packages