mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
c1a927fff1
Signed-off-by: Christian König <ckoenig@posteo.de>
7 lines
126 B
Python
7 lines
126 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
py_modules=[],
|
|
setup_requires=['pytest-runner'],
|
|
tests_require=['pytest'],
|
|
)
|