fix setup.cfg

This commit is contained in:
Izalia Mae 2022-02-22 19:58:32 -05:00
parent c44fa09b7d
commit a77b5c7ec2
2 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
recursive-include barkshark_http/frontend *
recursive-include barkshark_http_async/frontend *

View file

@ -28,9 +28,9 @@ project_urls =
include_package_data = true
python_requires = >= 3.6
packages =
barkshark_http
barkshark_http.client
barkshark_http.server
barkshark_http_async
barkshark_http_async.client
barkshark_http_async.server
setup_requires =
setuptools >= 38.3.0
install_requires =
@ -46,7 +46,7 @@ install_requires =
tldextract == 3.1.2
[options.package_data]
barkshark_http = barkshark_http/*
barkshark_http_async = barkshark_http_async/*
[bdist_wheel]
universal = false