File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,6 @@ dependencies = [
30
30
" typing-extensions>=4.0" ,
31
31
]
32
32
33
- # Legacy fields
34
- author = " Diprog, Florian Zager"
35
- url = " https://github.com/diprog/python-tls-client-async"
36
-
37
33
[project .urls ]
38
34
Homepage = " https://github.com/diprog/python-tls-client-async"
39
35
Documentation = " https://github.com/diprog/python-tls-client-async#readme"
@@ -54,4 +50,16 @@ async_tls_client = [
54
50
[tool .setuptools .packages .find ]
55
51
where = [" ." ]
56
52
include = [" async_tls_client*" ]
57
- exclude = [" tests*" , " examples*" , " scripts*" ]
53
+ exclude = [" tests*" , " examples*" , " scripts*" ]
54
+
55
+
56
+ # Tests
57
+ [project .optional-dependencies ]
58
+ test = [
59
+ " pytest>=7.0" ,
60
+ " pytest-asyncio>=0.20" ,
61
+ ]
62
+
63
+ [tool .pytest .ini_options ]
64
+ asyncio_mode = " auto"
65
+ addopts = " -v"
You can’t perform that action at this time.
0 commit comments