python-doc8/setup.py
2022-07-13 15:50:29 +08:00

5 lines
75 B
Python

from setuptools import setup
setup(install_requires=["setuptools>=42"])