2022-07-28 01:06:46 -07:00
|
|
|
# SPDX-FileCopyrightText: 2022 James R. Barlow
|
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
2020-08-05 00:44:42 -07:00
|
|
|
|
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
|
|
|
|
2022-07-04 02:19:31 -07:00
|
|
|
setup()
|