Skip to content

Commit 31ae3b6

Browse files
committed
licenses fix
1 parent 28b6bf3 commit 31ae3b6

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

LICENSE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22+
23+
Third‑party software notices:
24+
25+
This project depends on "aiohttp", which is licensed under the Apache License 2.0 and MIT License.
26+
See https://github.com/aio-libs/aiohttp for details.

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
[project]
22
name = "async-pytest-httpserver"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Async mock HTTP server for pytest, built on top of aiohttp."
55
readme = "README.md"
66
requires-python = ">=3.13"
7+
authors = [
8+
{ name="krylosov-aa", email="krylosov.andrew@gmail.com" }
9+
]
10+
license = { text = "MIT" }
711
dependencies = [
812
"aiohttp>=3.13.2",
913
"pytest>=9.0.2",

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)