Blob Blame History Raw
from setuptools import setup

if __name__ == '__main__':
    setup(install_requires=["setuptools>=30.3.0"])