python-doc8/setup.py

5 lines
75 B
Python
Raw Permalink Normal View History

2022-07-13 15:50:29 +08:00
from setuptools import setup
setup(install_requires=["setuptools>=42"])