Смена типа package на library
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user