Смена типа package на library

This commit is contained in:
2025-10-26 14:34:03 +03:00
parent 107729ec8b
commit 40c017b842
3 changed files with 2 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "aiohttpx"
version = "0.2.0"
version = "0.3.0"
description = "Custom HTTPX client with aiohttp transport, rate limiter and caching"
readme = "README.md"
authors = [
@ -14,9 +14,6 @@ dependencies = [
"redis[hiredis]==7.0.0",
]
[project.scripts]
aiohttpx = "aiohttpx:main"
[project.optional-dependencies]
dev = [
"ruff==0.14.2",