mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-02-23 19:48:16 +00:00
6 lines
107 B
Python
6 lines
107 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
setup_requires=['pytest-runner'],
|
|
tests_require=['pytest'],
|
|
)
|