mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 11:49: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:
parent
32469108c5
commit
3278ebcac8
1 changed files with 0 additions and 5 deletions
5
setup.py
5
setup.py
|
@ -1,9 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Installs one executable:
|
||||
|
||||
- ocrd_calamari_ocr
|
||||
"""
|
||||
import codecs
|
||||
|
||||
from setuptools import setup, find_packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue