1
0
Fork 0
mirror of https://github.com/pi-hole/pi-hole.git synced 2025-03-20 07:38:35 +00:00
pi-hole/test/setup.py

7 lines
107 B
Python
Raw Permalink Normal View History

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