fix setup.cfg

This commit is contained in:
Izalia Mae 2022-02-22 20:01:48 -05:00
parent 0f439ff916
commit 20d00aa27a
2 changed files with 1 additions and 4 deletions

View file

@ -1 +0,0 @@
recursive-include izzylib/http_frontend *

View file

@ -30,10 +30,8 @@ python_requires = >= 3.6
packages =
izzylib
izzylib.http_server
izzylib.http_server_async
izzylib.http_client
izzylib.http_urllib_client
izzylib.sql
izzylib.sql2
setup_requires =
setuptools >= 38.3.0