Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES/11226.packaging.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Started including the ``llhttp`` :file:`LICENSE` file in wheels by adding ``vendor/llhttp/LICENSE`` to ``license-files`` in :file:`setup.cfg` -- by :user:`threexc`.
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ Tim Menninger
Tolga Tezel
Tomasz Trebski
Toshiaki Tanaka
Trevor Gamblin
Trinh Hoang Nhu
Tymofii Tsiapa
Vadim Suharnikov
Expand Down
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
# -r requirements/lint.in
valkey==6.1.0
# via -r requirements/lint.in
virtualenv==20.31.2
virtualenv==20.32.0
# via pre-commit
wait-for-it==2.3.0
# via -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpytho
# -r requirements/lint.in
valkey==6.1.0
# via -r requirements/lint.in
virtualenv==20.31.2
virtualenv==20.32.0
# via pre-commit
wait-for-it==2.3.0
# via -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
# via -r requirements/lint.in
valkey==6.1.0
# via -r requirements/lint.in
virtualenv==20.31.2
virtualenv==20.32.0
# via pre-commit
zlib-ng==0.5.1
# via -r requirements/lint.in
Expand Down
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ long_description = file: README.rst
long_description_content_type = text/x-rst
maintainer = aiohttp team <team@aiohttp.org>
maintainer_email = team@aiohttp.org
license = Apache-2.0
license_files = LICENSE.txt
license = Apache-2.0 AND MIT
license_files =
LICENSE.txt
vendor/llhttp/LICENSE
classifiers =
Development Status :: 5 - Production/Stable

Expand Down
Loading