Skip to content

Commit ecb6490

Browse files
[PR #9552/10f07ea7 backport][3.11] Add aiohttp._websocket to packages in setup.cfg (#9553)
Co-authored-by: J. Nick Koston <[email protected]>
1 parent 5ac23e2 commit ecb6490

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES/9552.packaging.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9542.packaging.rst

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ classifiers =
4343

4444
[options]
4545
python_requires = >=3.9
46-
packages = aiohttp
46+
packages =
47+
aiohttp
48+
aiohttp._websocket
4749
# https://setuptools.readthedocs.io/en/latest/setuptools.html#setting-the-zip-safe-flag
4850
zip_safe = False
4951
include_package_data = True

0 commit comments

Comments
 (0)