mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 22:12:15 +00:00
host_manager
This commit is contained in:
7
scripts/http_host/setup.py
Normal file
7
scripts/http_host/setup.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from setuptools import setup
|
||||
|
||||
|
||||
setup(
|
||||
python_requires='>=3.10',
|
||||
packages=['http_host_lib'],
|
||||
)
|
||||
Reference in New Issue
Block a user