Files
ocrmypdf/setup.py
T

11 lines
210 B
Python
Raw Normal View History

2022-07-28 01:06:46 -07:00
# SPDX-FileCopyrightText: 2022 James R. Barlow
# SPDX-License-Identifier: MPL-2.0
2022-06-11 01:15:30 -07:00
"""setup.py to support older setuptools and pip."""
2015-07-25 23:45:13 -07:00
2022-07-23 00:39:24 -07:00
from __future__ import annotations
2021-06-09 00:47:39 -07:00
from setuptools import setup
2019-02-26 12:23:33 -08:00
setup()