python-autopage/setup.py

5 lines
79 B
Python
Raw Normal View History

2022-07-12 11:09:34 +08:00
from setuptools import setup
setup(install_requires=["setuptools>=30.3.0"])