Смена типа package на library
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "aiohttpx"
|
name = "aiohttpx"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
description = "Custom HTTPX client with aiohttp transport, rate limiter and caching"
|
description = "Custom HTTPX client with aiohttp transport, rate limiter and caching"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
@ -14,9 +14,6 @@ dependencies = [
|
|||||||
"redis[hiredis]==7.0.0",
|
"redis[hiredis]==7.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
|
||||||
aiohttpx = "aiohttpx:main"
|
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = [
|
dev = [
|
||||||
"ruff==0.14.2",
|
"ruff==0.14.2",
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
__version__: str = '0.2.0'
|
__version__: str = '0.3.0'
|
||||||
|
|||||||
0
src/aiohttpx/py.typed
Normal file
0
src/aiohttpx/py.typed
Normal file
Reference in New Issue
Block a user