2021-06-09 00:47:39 -07:00
|
|
|
# © 2021 James R. Barlow: github.com/jbarlow83
|
2018-03-14 14:40:48 -07:00
|
|
|
#
|
2020-08-05 00:44:42 -07:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
|
# file, You can obtain one at http://mozilla.org/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
|
|
|
|
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()
|