mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-02-06 19:48:52 +00:00
7 lines
126 B
Python
7 lines
126 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
py_modules=[],
|
|
setup_requires=["pytest-runner"],
|
|
tests_require=["pytest"],
|
|
)
|