OCRmyPDF/setup.py
2022-07-28 01:10:07 -07:00

11 lines
210 B
Python

# SPDX-FileCopyrightText: 2022 James R. Barlow
# SPDX-License-Identifier: MPL-2.0
"""setup.py to support older setuptools and pip."""
from __future__ import annotations
from setuptools import setup
setup()