1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-09 19:59:53 +02:00

🧹 Remove wrong and redundant info from setup.py

setup.py already contains info about the installed scripts under
`entry_points` → `console_scripts`. Remove the second and wrong info
about installed executables.
This commit is contained in:
Gerber, Mike 2019-08-08 17:59:29 +02:00
parent 32469108c5
commit 3278ebcac8

View file

@ -1,9 +1,4 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""
Installs one executable:
- ocrd_calamari_ocr
"""
import codecs import codecs
from setuptools import setup, find_packages from setuptools import setup, find_packages