clintermission/setup.py

7 lines
100 B
Python

#!/usr/bin/env python3
from setuptools import setup
setup(setup_requires=['setuptools>=30.4.0'])