Files
openfreemap/scripts/http_host/setup.py
2024-01-02 23:01:17 +01:00

8 lines
102 B
Python

from setuptools import setup
setup(
python_requires='>=3.10',
packages=['http_host_lib'],
)