REALLY really fix http_server this time

This commit is contained in:
Izalia Mae 2021-09-17 09:26:52 -04:00
parent ab4b6b0cfb
commit 78417a8953

View file

@ -15,7 +15,7 @@ setup(
packages=find_namespace_packages(include=['izzylib.http_server']),
python_requires='>=3.7.0',
install_requires=requires,
include_package_data=False,
include_package_data=True,
author='Zoey Mae',
author_email='admin@barkshark.xyz',
description='An HTTP server based on Sanic',