mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-01 05:09:57 +00:00
88e4b6390c
Signed-off-by: Adam Hill <adam@diginc.us>
7 lines
107 B
Python
7 lines
107 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
setup_requires=['pytest-runner'],
|
|
tests_require=['pytest'],
|
|
)
|