@@ -3,33 +3,48 @@ requires = ['setuptools']
3
3
build-backend = ' setuptools.build_meta'
4
4
5
5
[project ]
6
- name = ' aiohttp_socks'
7
- license = {text = ' Apache-2.0' }
6
+ name = ' aiohttp_socks'
7
+ license = { text = ' Apache-2.0' }
8
8
description = ' Proxy connector for aiohttp'
9
- readme = ' README.md'
10
- authors = [{
name =
' Roman Snegirev' ,
email =
' [email protected] ' }]
11
- keywords = [
12
- ' asyncio' , ' aiohttp' , ' socks' , ' socks5' , ' socks4' , ' http' , ' proxy'
13
- ]
9
+ readme = ' README.md'
10
+ authors = [{
name =
' Roman Snegirev' ,
email =
' [email protected] ' }]
11
+ keywords = [' asyncio' , ' aiohttp' , ' socks' , ' socks5' , ' socks4' , ' http' , ' proxy' ]
14
12
requires-python = " >=3.8.0"
15
- dependencies = [
16
- ' aiohttp>=3.10.0' ,
17
- ' python-socks[asyncio]>=2.4.3,<3.0.0' ,
18
- ]
13
+ dependencies = [' aiohttp>=3.10.0' , ' python-socks[asyncio]>=2.4.3,<3.0.0' ]
19
14
dynamic = [' version' ]
15
+ classifiers = [
16
+ " Development Status :: 4 - Beta" ,
17
+ " Programming Language :: Python" ,
18
+ " Programming Language :: Python :: 3" ,
19
+ " Programming Language :: Python :: 3 :: Only" ,
20
+ " Programming Language :: Python :: 3.8" ,
21
+ " Programming Language :: Python :: 3.9" ,
22
+ " Programming Language :: Python :: 3.10" ,
23
+ " Programming Language :: Python :: 3.11" ,
24
+ " Programming Language :: Python :: 3.12" ,
25
+ " Programming Language :: Python :: 3.13" ,
26
+ " Operating System :: MacOS" ,
27
+ " Operating System :: Microsoft" ,
28
+ " Operating System :: POSIX :: Linux" ,
29
+ " Topic :: Internet :: WWW/HTTP" ,
30
+ " Intended Audience :: Developers" ,
31
+ " Framework :: AsyncIO" ,
32
+ " License :: OSI Approved :: Apache Software License" ,
33
+ ]
20
34
21
35
[project .urls ]
22
- Homepage = ' https://github.com/romis2012/aiohttp-socks'
36
+ homepage = ' https://github.com/romis2012/aiohttp-socks'
37
+ repository = ' https://github.com/romis2012/aiohttp-socks'
23
38
24
39
[tool .setuptools .dynamic ]
25
- version = {attr = ' aiohttp_socks.__version__' }
40
+ version = { attr = ' aiohttp_socks.__version__' }
26
41
27
42
[tool .setuptools .packages .find ]
28
43
include = [' aiohttp_socks*' ]
29
44
30
45
[tool .black ]
31
46
line-length = 99
32
- target-version = [' py37 ' , ' py38 ' , ' py39 ' ]
47
+ target-version = [' py38 ' , ' py39 ' , ' py310 ' , ' py311 ' , ' py312 ' ]
33
48
skip-string-normalization = true
34
49
preview = true
35
50
verbose = true
0 commit comments