"""
Installation using setup.py is no longer supported.
Use `python -m pip install .` instead.
"""

from setuptools import setup

# Fake reference so GitHub still considers it a real package for statistics purposes.
setup(
    name='mkdocs-macros-plugin',
)