mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
8 lines
102 B
Python
8 lines
102 B
Python
from setuptools import setup
|
|
|
|
|
|
setup(
|
|
python_requires='>=3.10',
|
|
packages=['http_host_lib'],
|
|
)
|