7ada9276创建于 2023年7月29日历史提交
"""Installation using setup.py is no longer supported.
Use `python -m pip install .` instead."""

import sys

from setuptools import setup

sys.exit(__doc__)

# Fake reference so GitHub still considers it a real package for statistics purposes.
setup(
    name="py3status",
)