host_manager

This commit is contained in:
Zsolt Ero
2024-01-02 23:01:17 +01:00
parent b8a3ae7552
commit ac9803ee69
10 changed files with 235 additions and 233 deletions

View File

@@ -0,0 +1,7 @@
from setuptools import setup
setup(
python_requires='>=3.10',
packages=['http_host_lib'],
)