docker-pi-hole/setup.py

7 lines
107 B
Python

from setuptools import setup
setup(
setup_requires=['pytest-runner'],
tests_require=['pytest'],
)