🧹 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.
fix/readme-no-checkpoint
Gerber, Mike 5 years ago
parent 32469108c5
commit 3278ebcac8

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

Loading…
Cancel
Save